Searched refs:IsReadOnly (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ | ||
D | art_dex_file_loader.cc | 53 bool IsReadOnly() override { in IsReadOnly() function in art::__anon72bf82fc0111::MemMapContainer |
D | dex_file.cc | 81 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile |
D | dex_file.h | 57 virtual bool IsReadOnly() = 0; |
D | dex_file_loader.cc | 41 bool IsReadOnly() override { in IsReadOnly() function in art::__anon6a3df2760111::VectorContainer |
/art/libdexfile/external/ | ||
D | dex_file_ext.cc | 59 bool IsReadOnly() override { return true; } in IsReadOnly() function in art::__anona117d7f20111::MappedFileContainer |
/art/libartbase/base/ | ||
D | common_art_test.cc | 453 CHECK(dex_file->IsReadOnly()); in OpenDexFiles() |
/art/dex2oat/linker/ | ||
D | image_test.h | 168 if (dex_file->IsReadOnly()) { in DoCompile() |