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

/art/runtime/
H A Ddex_file.cc121 DexFile::OpenFile(fd.Release(), filename, false, false, error_msg));
229 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.Release(),
250 return OpenFile(fd, location, true /* verify */, verify_checksum, error_msg);
272 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, function in class:art::DexFile
H A Ddex_file.h1106 static std::unique_ptr<const DexFile> OpenFile(int fd,
/art/dex2oat/
H A Ddex2oat.cc1264 bool OpenFile() { function in class:art::FINAL
2927 if (!dex2oat->OpenFile()) {

Completed in 81 milliseconds