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::__anon885df41b0111::VectorContainer | 
| D | dex_file.cc | 77 bool DexFile::IsReadOnly() const {  in IsReadOnly()  function in art::DexFile | 
| D | dex_file.h | 94   bool IsReadOnly() const override { return true; }  in IsReadOnly()  function |