Searched refs:OpenFile (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.cc110 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.release(), filename, false, error_msg));
133 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.release(), location, true,
176 const DexFile* DexFile::OpenFile(int fd, const char* location, bool verify, function in class:art::DexFile
H A Ddex_file.h900 static const DexFile* OpenFile(int fd, const char* location, bool verify, std::string* error_msg);

Completed in 69 milliseconds