Home
last modified time | relevance | path

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