Searched defs:IsReadOnly (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/core/fs_mgr/libdm/include/libdm/ | ||
H A D | dm.h | 89 bool IsReadOnly() const { return flags_ & DM_READONLY_FLAG; } in IsReadOnly() function |
/aosp12/art/libdexfile/dex/ | ||
H A D | art_dex_file_loader.cc | 53 bool IsReadOnly() override { in IsReadOnly() function in art::__anon8148be680110::MemMapContainer |
H A D | dex_file_loader.cc | 41 bool IsReadOnly() override { in IsReadOnly() function in art::__anon0f7a57e20110::VectorContainer |
H A D | dex_file.cc | 82 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile |