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::__anon6a3df2760111::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 |