Searched refs:dex_filename (Results 1 – 7 of 7) sorted by relevance
/art/tools/art_verifier/ |
D | art_verifier.cc | 43 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/ |
D | dexlayout_test.cc | 516 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/ |
D | oat_writer_test.cc | 139 for (const char* dex_filename : dex_filenames) { in WriteElf() local 140 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) { in WriteElf()
|
/art/runtime/ |
D | runtime.cc | 1051 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/ |
D | oatdump.cc | 2879 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/ |
D | profile_assistant_test.cc | 1051 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex"); in TEST_F() local 1054 dex_filename)); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space.cc | 1781 const std::string& dex_filename, in OpenOatFile() argument 1806 /*abs_dex_location=*/ dex_filename.c_str(), in OpenOatFile()
|