Searched defs:IsReadOnly (Results 1 – 3 of 3) sorted by relevance
| /art/libdexfile/dex/ | ||
| D | dex_file_loader.cc | 61 bool IsReadOnly() const override { return true; } in IsReadOnly() function in art::__anon4b7a41ec0111::VectorContainer |
| D | dex_file.cc | 85 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile |
| D | dex_file.h | 96 bool IsReadOnly() const override { return true; } in IsReadOnly() function |