Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dmdconfig41 is_readonly() function
111 if is_readonly ${_fs}; then
H A Dmdconfig242 is_readonly() function
127 if is_readonly ${_fs}; then
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2043 bool is_readonly = !permissions.Test(ePermissionsWritable) && in ReadMemory() local
2045 if (is_readonly) { in ReadMemory()