Home
last modified time | relevance | path

Searched refs:dex_filename (Results 1 – 7 of 7) sorted by relevance

/art/tools/art_verifier/
Dart_verifier.cc43 bool LoadDexFile(const std::string& dex_filename, in LoadDexFile() argument
47 if (!dex_file_loader.Open(dex_filename.c_str(), in LoadDexFile()
48 dex_filename.c_str(), in LoadDexFile()
/art/dexlayout/
Ddexlayout_test.cc516 const char* dex_filename, in DexLayoutExec() argument
519 if (dex_filename != nullptr) { in DexLayoutExec()
520 WriteBase64ToFile(dex_filename, dex_file->GetFile()); in DexLayoutExec()
/art/dex2oat/linker/
Doat_writer_test.cc139 for (const char* dex_filename : dex_filenames) { in WriteElf() local
140 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) { in WriteElf()
/art/runtime/
Druntime.cc1051 const char* dex_filename = dex_filenames[i].c_str(); in OpenBootDexFiles() local
1055 if (!OS::FileExists(dex_filename)) { in OpenBootDexFiles()
1056 LOG(WARNING) << "Skipping non-existent dex file '" << dex_filename << "'"; in OpenBootDexFiles()
1067 if (!dex_file_loader.Open(dex_filename, in OpenBootDexFiles()
1073 LOG(WARNING) << "Failed to open .dex from file '" << dex_filename << "': " << error_msg; in OpenBootDexFiles()
/art/oatdump/
Doatdump.cc2879 const char* dex_filename, in DumpOat() argument
2882 if (dex_filename == nullptr) { in DumpOat()
2892 dex_filename, in DumpOat()
2908 const char* dex_filename, in SymbolizeOat() argument
2917 dex_filename, in SymbolizeOat()
2949 const char* dex_filename) { in Dump() argument
2964 dex_filename, in Dump()
/art/profman/
Dprofile_assistant_test.cc1051 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex"); in TEST_F() local
1054 dex_filename)); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1781 const std::string& dex_filename, in OpenOatFile() argument
1806 /*abs_dex_location=*/ dex_filename.c_str(), in OpenOatFile()