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

/haiku/src/servers/launch/
H A DUtility.h13 bool IsReadOnlyVolume(dev_t device);
14 bool IsReadOnlyVolume(const char* path);
H A DUtility.cpp56 IsReadOnlyVolume(dev_t device) function in namespace:Utility
81 IsReadOnlyVolume(const char* path) function in namespace:Utility
83 return IsReadOnlyVolume(dev_for_path(path));
H A DConditions.cpp416 fIsReadOnly = Utility::IsReadOnlyVolume(fPath);
H A DLaunchDaemon.cpp499 fReadOnlyBootVolume = Utility::IsReadOnlyVolume("/boot");
/haiku/src/apps/installer/
H A DInstallerApp.cpp85 if (Utility::IsReadOnlyVolume("/boot")) {

Completed in 96 milliseconds