Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc119 DexFile::OpenFile(fd.release(), filename, false, error_msg)); in GetChecksum()
143 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.release(), location, true, in Open()
211 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, const char* location, bool verify, in OpenFile() function in art::DexFile
Ddex_file.h924 static std::unique_ptr<const DexFile> OpenFile(int fd, const char* location,
/art/dex2oat/
Ddex2oat.cc1093 bool OpenFile() { in OpenFile() function in art::FINAL
2026 if (!dex2oat.OpenFile()) { in dex2oat()