Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc61 bool IsReadOnly() const override { return true; } in IsReadOnly() function in art::__anon6a3df2760111::VectorContainer
89 bool IsReadOnly() const override { return GetPermissions() == PROT_READ; } in IsReadOnly() function in art::__anon6a3df2760111::MemMapContainer
Ddex_file.cc85 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile
Ddex_file.h96 bool IsReadOnly() const override { return true; } in IsReadOnly() function