Searched refs:sourceDevice (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/
H A Dreindex.cpp276 dev_t sourceDevice = dev_for_path(path); local
277 if (sourceDevice < B_OK) {
279 strerror(sourceDevice));
283 DIR *indexDirectory = fs_open_index_dir(sourceDevice);
289 if (fs_stat_index(sourceDevice, index->d_name, &indexInfo) != B_OK) {
/haiku/src/apps/installer/
H A DWorkerThread.cpp658 dev_t sourceDevice = dev_for_path(sourceDirectory.Path()); local
659 if (sourceDevice < 0)
660 return (status_t)sourceDevice;
664 DIR* indices = fs_open_index_dir(sourceDevice);
681 if (fs_stat_index(sourceDevice, index->d_name, &info) != B_OK) {

Completed in 34 milliseconds