Searched refs:OpenFromDm (Results 1 – 4 of 4) sorted by relevance
242 EXPORT static std::unique_ptr<VdexFile> OpenFromDm(const std::string& filename,
152 std::unique_ptr<VdexFile> VdexFile::OpenFromDm(const std::string& filename, in OpenFromDm() function in art::VdexFile
1098 std::unique_ptr<VdexFile> vdex(VdexFile::OpenFromDm(filename_, *dm_file)); in GetFile()
1374 input_vdex_file_ = VdexFile::OpenFromDm(dm_file_location_, *dm_file_); in OpenFile()