Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h159 static OatFile* OpenFromVdex(const std::vector<const DexFile*>& dex_files,
165 static OatFile* OpenFromVdex(int zip_fd,
Doat_file_manager.cc534 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl()
Doat_file_assistant.cc858 file_.reset(OatFile::OpenFromVdex(zip_fd_, in GetFile()
Doat_file.cc1834 OatFile* OatFile::OpenFromVdex(const std::vector<const DexFile*>& dex_files, in OpenFromVdex() function in art::OatFile
1841 OatFile* OatFile::OpenFromVdex(int zip_fd, in OpenFromVdex() function in art::OatFile