Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h167 std::string GetVdexFilename(const std::string& oat_filename);
Dfile_utils.cc715 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/oat/
Doat_file_assistant.cc172 std::string vdex_file_name = GetVdexFilename(odex_file_name); in OatFileAssistant()
199 std::string vdex_file_name = GetVdexFilename(oat_file_name); in OatFileAssistant()
582 *vdex_filename = GetVdexFilename(odex_filename); in AnonymousDexVdexLocation()
Doat_file_manager.cc865 GetVdexFilename(odex_filename))); in RunBackgroundVerification()
Doat_file.cc1918 std::string vdex_filename = GetVdexFilename(oat_filename); in Open()
1986 std::string vdex_location = GetVdexFilename(oat_location); in Open()
/art/runtime/native/
Ddalvik_system_DexFile.cc949 vdex_filename = GetVdexFilename(oat_filename); in DexFile_getDexFileOutputPaths()
/art/oatdump/
Doatdump.cc632 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump()