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

/haiku/src/apps/stylededit/
H A DStatusView.h50 bool fReadOnly; member in class:StatusView
H A DStatusView.cpp51 fReadOnly(false),
167 if (!fReadOnly || !fCanUnlock)
223 fReadOnly = false;
227 } else if (B_OK == message->FindBool("readOnly", &fReadOnly) && fReadOnly) {
/haiku/src/kits/storage/
H A DResources.cpp39 fReadOnly(false)
52 fReadOnly(false)
66 fReadOnly(false)
80 fReadOnly(false)
109 fReadOnly = !fFile.IsWritable();
243 fReadOnly = false;
348 if (fReadOnly)
423 error = (fReadOnly ? B_NOT_ALLOWED : B_OK);
575 error = (fReadOnly ? B_NOT_ALLOWED : B_OK);
594 error = (fReadOnly
[all...]
/haiku/src/kits/support/
H A DDataIO.cpp323 fReadOnly(false),
334 fReadOnly(true),
367 if (fReadOnly)
423 if (fReadOnly)
/haiku/src/apps/drivesetup/
H A DDiskView.cpp85 fReadOnly = volume.IsReadOnly();
104 else if (fReadOnly)
144 if (fReadOnly)
181 if (fReadOnly)
303 bool fReadOnly; member in class:PartitionView
H A DPartitionList.cpp242 bool fReadOnly; local
247 fReadOnly = volume.IsReadOnly();
254 appendParameter(parameters, fReadOnly, B_TRANSLATE("Read only"));
273 else if (fReadOnly)
/haiku/headers/os/storage/
H A DResources.h125 bool fReadOnly; member in class:BResources
/haiku/headers/os/support/
H A DDataIO.h117 bool fReadOnly; member in class:BMemoryIO

Completed in 59 milliseconds