Searched refs:partition (Results 201 - 202 of 202) sorted by relevance

123456789

/haiku/src/tools/fs_shell/
H A Dvfs.cpp4577 // get the partition
5693 _kern_initialize_volume(const char* fsName, const char *partition, argument
5696 if (!fsName || ! partition)
5699 // The partition argument should point to a real file/device.
5701 // open partition
5702 int fd = fssh_open(partition, FSSH_O_RDWR);
5717 // We've got no partition or job IDs -- the FS will hopefully
5723 // put the file system module, close partition
/haiku/headers/cpp/
H A Dstl_algo.h975 // partition, stable_partition, and their auxiliary functions
1025 inline _ForwardIter partition(_ForwardIter __first, function

Completed in 58 milliseconds

123456789