Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dvdex_file.h211 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename, in Open()
227 const std::string& vdex_filename, in Open()
H A Dvdex_file.cc70 const std::string& vdex_filename, in OpenAtAddress()
114 const std::string& vdex_filename, in OpenAtAddress()
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc215 const std::string& vdex_filename, in OpenOatFile()
296 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex()
317 const std::string& vdex_filename, in LoadVdex()
1938 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
H A Doat_file_assistant.cc555 /* out */ std::string* vdex_filename) { in AnonymousDexVdexLocation()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_test.h209 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex"); in DoCompile() local
/aosp_15_r20/art/libartbase/base/
H A Dfile_utils_test.cc291 const std::string vdex_filename = in TEST_F() local
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_DexFile.cc907 std::string vdex_filename; in DexFile_getDexFileOutputPaths() local
/aosp_15_r20/art/oatdump/
H A Doatdump.cc640 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump() local
795 std::unique_ptr<const VdexFile> OpenVdex(const std::string& vdex_filename, in OpenVdex()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc1279 std::string vdex_filename = output_vdex_.empty() ? in OpenFile() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp1243 std::string vdex_filename = create_vdex_filename(oat_path); in maybe_open_oat_and_vdex_file() local
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1969 std::string vdex_filename = ImageHeader::GetVdexLocationFromImageLocation(art_filename); in CompileBootclasspathElements() local