Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader.cc143 std::unique_ptr<const DexFile> dex_file(OpenFile(fd.Release(), in GetMultiDexChecksums()
266 std::unique_ptr<const DexFile> dex_file(OpenFile(fd, in OpenWithMagic()
290 return OpenFile(fd, location, verify, verify_checksum, mmap_shared, error_msg); in OpenDex()
310 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenFile(int fd, in OpenFile() function in art::ArtDexFileLoader
Dart_dex_file_loader.h115 std::unique_ptr<const DexFile> OpenFile(int fd,
/art/dex2oat/
Ddex2oat.cc1248 bool OpenFile() { in OpenFile() function in art::Dex2Oat
2977 if (!dex2oat->OpenFile()) { in Dex2oat()