Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h89 bool IsReadOnly() const { return flags_ & DM_READONLY_FLAG; } in IsReadOnly() function
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc53 bool IsReadOnly() override { in IsReadOnly() function in art::__anon8148be680110::MemMapContainer
H A Ddex_file_loader.cc41 bool IsReadOnly() override { in IsReadOnly() function in art::__anon0f7a57e20110::VectorContainer
H A Ddex_file.cc82 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile