Home | History | Annotate | Download | only in runtime

Lines Matching full:isreadonly

183 bool DexFile::IsReadOnly() const {
188 CHECK(IsReadOnly());
197 CHECK(!IsReadOnly());
343 CHECK(dex_file->IsReadOnly()) << location;