Lines Matching full:dexfile
192 const DexFile& dex_file = *dex_cache->GetDexFile();
285 java_lang_dex_file_ = DexFile::Open(GetLibCoreDexFileName(), GetLibCoreDexFileName());
289 conscrypt_file_ = DexFile::Open(GetConscryptFileName(), GetConscryptFileName());
423 const DexFile* OpenTestDexFile(const char* name) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
435 const DexFile* dex_file = DexFile::Open(filename, filename);
444 const DexFile* dex_file = OpenTestDexFile(dex_name);
447 std::vector<const DexFile*> class_path;
522 const DexFile* java_lang_dex_file_; // owned by runtime_
523 const DexFile* conscrypt_file_; // owned by runtime_
524 std::vector<const DexFile*> boot_class_path_;
531 std::vector<const DexFile*> opened_dex_files_;