Home
last modified time | relevance | path

Searched refs:fIsReadOnly (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/launch/
H A DConditions.cpp91 mutable bool fIsReadOnly; member in ReadOnlyCondition
401 fIsReadOnly(false), in ReadOnlyCondition()
411 return fIsReadOnly; in Test()
414 fIsReadOnly = context.BootVolumeIsReadOnly(); in Test()
416 fIsReadOnly = Utility::IsReadOnlyVolume(fPath); in Test()
420 return fIsReadOnly; in Test()
/haiku/src/apps/diskprobe/
H A DDataEditor.h43 bool IsReadOnly() const { return fIsReadOnly; } in IsReadOnly()
124 bool fIsReadOnly; variable
H A DDataEditor.cpp481 fIsReadOnly = true; in SetTo()
483 fIsReadOnly = false; in SetTo()
519 fIsReadOnly = true; in SetTo()
1095 bool savedIsReadOnly = fIsReadOnly; in Find()
1096 fIsReadOnly = true; in Find()
1184 fIsReadOnly = savedIsReadOnly; in Find()