Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc122 DexFile::OpenFile(fd.Release(), filename, false, false, error_msg)); in GetMultiDexChecksums()
230 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.Release(), in Open()
251 return OpenFile(fd, location, true /* verify */, verify_checksum, error_msg); in OpenDex()
273 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, in OpenFile() function in art::DexFile
Ddex_file.h1109 static std::unique_ptr<const DexFile> OpenFile(int fd,
/art/dex2oat/
Ddex2oat.cc1337 bool OpenFile() { in OpenFile() function in art::FINAL
3101 if (!dex2oat->OpenFile()) { in Dex2oat()