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

/haiku/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);

Completed in 8 milliseconds