Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader.cc145 std::unique_ptr<const DexFile> dex_file(OpenFile(fd.Release(), in GetMultiDexChecksums()
280 std::unique_ptr<const DexFile> dex_file(OpenFile(fd, in OpenWithMagic()
304 return OpenFile(fd, location, verify, verify_checksum, mmap_shared, error_msg); in OpenDex()
324 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenFile(int fd, in OpenFile() function in art::ArtDexFileLoader
Dart_dex_file_loader.h130 std::unique_ptr<const DexFile> OpenFile(int fd,
/art/dex2oat/
Ddex2oat.cc1178 bool OpenFile() { in OpenFile() function in art::Dex2Oat
3125 if (!dex2oat->OpenFile()) { in Dex2oat()