Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 8 of 8) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader.cc53 bool IsReadOnly() override { in IsReadOnly() function in art::__anon72bf82fc0111::MemMapContainer
58 CHECK(IsReadOnly()); in EnableWrite()
67 CHECK(!IsReadOnly()); in DisableWrite()
465 CHECK(dex_file->IsReadOnly()) << location; in OpenOneDexFileFromZip()
Ddex_file.cc82 bool DexFile::IsReadOnly() const { in IsReadOnly() function in art::DexFile
84 return container_->IsReadOnly(); in IsReadOnly()
Ddex_file.h60 virtual bool IsReadOnly() = 0;
692 bool IsReadOnly() const;
Ddex_file_loader.cc41 bool IsReadOnly() override { in IsReadOnly() function in art::__anon6a3df2760111::VectorContainer
/art/libdexfile/external/
Ddex_file_ext.cc60 bool IsReadOnly() override { return true; } in IsReadOnly() function in art::__anona117d7f20111::MappedFileContainer
/art/dex2oat/linker/
Dimage_test.h167 if (dex_file->IsReadOnly()) { in DoCompile()
/art/libartbase/base/
Dcommon_art_test.cc519 CHECK(dex_file->IsReadOnly()); in OpenDexFiles()
/art/dex2oat/driver/
Dcompiler_driver.cc355 if (dex_file.GetContainer() != nullptr && dex_file.GetContainer()->IsReadOnly()) { in GetDexToDexCompilationLevel()