Home
last modified time | relevance | path

Searched refs:OpenFromDm (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dvdex_file.h242 EXPORT static std::unique_ptr<VdexFile> OpenFromDm(const std::string& filename,
Dvdex_file.cc152 std::unique_ptr<VdexFile> VdexFile::OpenFromDm(const std::string& filename, in OpenFromDm() function in art::VdexFile
/art/runtime/oat/
Doat_file_assistant.cc1098 std::unique_ptr<VdexFile> vdex(VdexFile::OpenFromDm(filename_, *dm_file)); in GetFile()
/art/dex2oat/
Ddex2oat.cc1374 input_vdex_file_ = VdexFile::OpenFromDm(dm_file_location_, *dm_file_); in OpenFile()