Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 6 of 6) 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()
483 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.h61 virtual bool IsReadOnly() = 0;
708 bool IsReadOnly() const;
Ddex_file_loader.cc41 bool IsReadOnly() override { in IsReadOnly() function in art::__anon6a3df2760111::VectorContainer
/art/dex2oat/linker/
Dimage_test.h167 if (dex_file->IsReadOnly()) { in DoCompile()
/art/libartbase/base/
Dcommon_art_test.cc540 CHECK(dex_file->IsReadOnly()); in OpenDexFiles()