Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h88 std::string GetVdexFilename(const std::string& oat_filename);
Dfile_utils.cc359 std::string GetVdexFilename(const std::string& oat_location) { in GetVdexFilename() function
/art/runtime/
Doat_file_assistant.cc467 *vdex_filename = GetVdexFilename(odex_filename); in AnonymousDexVdexLocation()
750 std::string vdex_filename = GetVdexFilename(filename_); in Status()
Doat_file.cc1618 std::string vdex_filename = GetVdexFilename(oat_filename); in Open()
1684 std::string vdex_location = GetVdexFilename(oat_location); in Open()
/art/runtime/native/
Ddalvik_system_DexFile.cc842 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths()
/art/oatdump/
Doatdump.cc589 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump()