Home
last modified time | relevance | path

Searched refs:GetVdexFilename (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dfile_utils.h74 std::string GetVdexFilename(const std::string& oat_filename);
Dfile_utils.cc282 std::string GetVdexFilename(const std::string& oat_location) { in GetVdexFilename() function
/art/runtime/
Doat_file_assistant.cc463 *vdex_filename = GetVdexFilename(odex_filename); in AnonymousDexVdexLocation()
766 std::string vdex_filename = GetVdexFilename(filename_); in Status()
Doat_file.cc1594 std::string vdex_filename = GetVdexFilename(oat_filename); in Open()
1660 std::string vdex_location = GetVdexFilename(oat_location); in Open()
/art/runtime/native/
Ddalvik_system_DexFile.cc839 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths()
/art/oatdump/
Doatdump.cc590 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump()