Home | History | Annotate | Download | only in runtime

Lines Matching defs:IsReadOnly

141 bool DexFile::IsReadOnly() const {
146 CHECK(IsReadOnly());
155 CHECK(!IsReadOnly());
407 CHECK(dex_file->IsReadOnly()) << location;