Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dzip_archive.h94 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
H A Dzip_archive.cc248 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc110 ZipArchive::OpenFromFd(fd.Release(), filename, error_msg)); in GetMultiDexChecksums()
315 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, location.c_str(), error_msg)); in OpenZip()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc2011 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
H A Ddex2oat.cc1316 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1368 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc568 zip_archives_.emplace_back(ZipArchive::OpenFromFd(dex_file_fd.Release(), location, &error_msg)); in AddDexFileSource()