Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h132 std::string GetVdexFilename(const std::string& oat_filename);
Dfile_utils.cc516 std::string GetVdexFilename(const std::string& oat_location) { in GetVdexFilename() function
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc105 return OS::FileExists(GetVdexFilename(odex_filename).c_str()); in Java_Main_hasVdexFile()
/art/runtime/
Doat_file_assistant.cc141 std::string vdex_file_name = GetVdexFilename(odex_file_name); in OatFileAssistant()
164 std::string vdex_file_name = GetVdexFilename(oat_file_name); in OatFileAssistant()
498 *vdex_filename = GetVdexFilename(odex_filename); in AnonymousDexVdexLocation()
Doat_file_manager.cc805 GetVdexFilename(odex_filename))); in RunBackgroundVerification()
Doat_file.cc1886 std::string vdex_filename = GetVdexFilename(oat_filename); in Open()
1965 std::string vdex_location = GetVdexFilename(oat_location); in Open()
/art/runtime/native/
Ddalvik_system_DexFile.cc871 vdex_filename = GetVdexFilename(oat_filename); in DexFile_getDexFileOutputPaths()
/art/oatdump/
Doatdump.cc614 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump()