Home
last modified time | relevance | path

Searched defs:vdex_filename (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dvdex_file.h214 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename, in Open()
232 const std::string& vdex_filename, in Open()
Dvdex_file.cc70 const std::string& vdex_filename, in OpenAtAddress()
116 const std::string& vdex_filename, in OpenAtAddress()
Doat_file.cc197 const std::string& vdex_filename, in OpenOatFile()
293 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex()
315 const std::string& vdex_filename, in LoadVdex()
1828 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
Doat_file_assistant.cc476 /* out */ std::string* vdex_filename) { in AnonymousDexVdexLocation()
/art/libartbase/base/
Dfile_utils_test.cc261 const std::string vdex_filename = in TEST_F() local
/art/dex2oat/linker/
Dimage_test.h202 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex"); in DoCompile() local
/art/runtime/native/
Ddalvik_system_DexFile.cc820 std::string vdex_filename; in DexFile_getDexFileOutputPaths() local
/art/dex2oat/
Ddex2oat_test.cc1202 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local
1310 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local
Ddex2oat.cc1214 std::string vdex_filename = output_vdex_.empty() in OpenFile() local
/art/oatdump/
Doatdump.cc608 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump() local
766 std::unique_ptr<const VdexFile> OpenVdex(const std::string& vdex_filename, in OpenVdex()
/art/runtime/gc/space/
Dimage_space.cc1932 std::string vdex_filename = ImageHeader::GetVdexLocationFromImageLocation(art_filename); in CompileExtension() local