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

/haiku-fatelf/src/kits/locale/
H A DInitLocaleKit.cpp31 BVolume bootVol; local
33 if (volRoster.GetBootVolume(&bootVol) != B_OK)
36 if (fs_stat_index(bootVol.Device(), attrName, &idxInfo) != 0)
37 fs_create_index(bootVol.Device(), attrName, B_STRING_TYPE, 0);
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp2580 BVolume bootVol; local
2581 BVolumeRoster().GetBootVolume(&bootVol);
2585 &bootVol);

Completed in 118 milliseconds