Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc110 …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
Ddex_file.h900 static const DexFile* OpenFile(int fd, const char* location, bool verify, std::string* error_msg);