Searched refs:OpenFile (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 110 …std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.release(), filename, false, error_msg… in GetChecksum() 133 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.release(), location, true, in Open() 176 const DexFile* DexFile::OpenFile(int fd, const char* location, bool verify, in OpenFile() function in art::DexFile
|
D | dex_file.h | 900 static const DexFile* OpenFile(int fd, const char* location, bool verify, std::string* error_msg);
|