Home
last modified time | relevance | path

Searched refs:OpenFromFd (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dzip_archive.h87 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
Dzip_archive.cc238 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
/art/runtime/dex/
Dart_dex_file_loader.cc108 ZipArchive::OpenFromFd(fd.Release(), filename, error_msg)); in GetMultiDexChecksums()
271 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, location.c_str(), error_msg)); in OpenZip()
/art/runtime/jit/
Dprofile_compilation_info.cc1176 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, "profile", error)); in OpenSource()
/art/dex2oat/
Ddex2oat.cc1444 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()