Searched refs:OpenFile (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 122 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
|
D | dex_file.h | 1109 static std::unique_ptr<const DexFile> OpenFile(int fd,
|
/art/dex2oat/ |
D | dex2oat.cc | 1337 bool OpenFile() { in OpenFile() function in art::FINAL 3101 if (!dex2oat->OpenFile()) { in Dex2oat()
|