Searched refs:dev_for_path (Results 1 - 25 of 44) sorted by relevance

12

/haiku/src/tests/system/libroot/os/
H A DFindDirectoryTest.cpp19 dev = dev_for_path(argv[1]);
/haiku/src/bin/
H A Dmkindex.cpp113 device = dev_for_path(optarg);
121 copyFromDevice = dev_for_path(optarg);
159 device = dev_for_path(".");
H A Disvolume.cpp45 dev_t volumeDevice = dev_for_path(".");
80 volumeDevice = dev_for_path(argv[i]);
H A Dlsindex.cpp163 dev_t device = dev_for_path(".");
187 device = dev_for_path(argv[i]);
H A Drmindex.cpp208 device = dev_for_path(path);
H A Dfinddir.c217 volume = dev_for_path("/boot");
230 temp_volume = dev_for_path(argv[2]);
H A Dfdinfo.cpp142 device = dev_for_path(argv[2]);
H A Deject.cpp143 if (fs_stat_dev(dev_for_path(device), &info) >= B_OK) {
H A Dtrash.cpp64 dev = dev_for_path(f);
H A Dreindex.cpp276 dev_t sourceDevice = dev_for_path(path);
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c39 dev_t device = dev_for_path(path);
/haiku/headers/os/kernel/
H A Dfs_info.h45 extern dev_t dev_for_path(const char *path);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_info.h46 extern fssh_dev_t dev_for_path(const char *path);
/haiku/headers/build/os/kernel/
H A Dfs_info.h44 extern dev_t dev_for_path(const char *path);
/haiku/src/servers/launch/
H A DUtility.cpp28 if (fs_stat_dev(dev_for_path(path), &info) == B_OK) {
83 return IsReadOnlyVolume(dev_for_path(path));
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp132 device = dev_for_path("/boot");
150 device = dev_for_path("/boot");
328 dev_t device = dev_for_path("/boot");
333 device = dev_for_path("/dev");
338 device = dev_for_path("/");
343 device = dev_for_path(testMountPoint);
382 device = dev_for_path("/boot");
H A DVolumeTest.cpp200 dev_t bootDevice = dev_for_path("/boot");
228 dev_t device = dev_for_path(volumeRootDir);
268 dev_t device = dev_for_path(volumeRootDir);
319 dev_t device = dev_for_path(volumeRootDir);
349 dev_t device = dev_for_path(volumeRootDir);
355 dev_t device2 = dev_for_path(volumeRootDir2);
372 dev_t device = dev_for_path(testMountPoint);
413 BVolume volume(dev_for_path("/boot"));
475 dev_t device = dev_for_path("/boot");
576 dev_t device = dev_for_path(testMountPoin
[all...]
H A DQueryTest.cpp838 BVolume volume(dev_for_path("/boot"));
921 dev_t device = dev_for_path("/boot");
960 BVolume volume(dev_for_path("/boot"));
989 BVolume volume(dev_for_path(mountPoint));
1128 BVolume volume(dev_for_path("/boot"));
1147 BVolume volume(dev_for_path("/boot"));
1158 BVolume volume(dev_for_path("/boot"));
1215 BVolume volume(dev_for_path("/boot"));
1228 BVolume volume(dev_for_path("/boot"));
1235 CPPUNIT_ASSERT( volume.SetTo(dev_for_path("/boo
[all...]
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp90 dev_t device = dev_for_path(".");
/haiku/src/system/libroot/os/
H A Dfs_info.cpp20 dev_for_path(const char *path) function
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp76 dev_t device = dev_for_path(".");
/haiku/src/kits/storage/
H A DVolumeRoster.cpp83 device = dev_for_path(kBootVolumePath);
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c101 device = dev_for_path(path);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp115 dev_t device = dev_for_path(".");
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp51 fDefaultSettings.volume = dev_for_path("/boot");

Completed in 308 milliseconds

12