Searched refs:OpenFromFd (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | zip_archive.h | 94 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
|
H A D | zip_archive.cc | 248 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader.cc | 110 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 D | dex2oat_test.cc | 2011 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
|
H A D | dex2oat.cc | 1316 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 1368 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 568 zip_archives_.emplace_back(ZipArchive::OpenFromFd(dex_file_fd.Release(), location, &error_msg)); in AddDexFileSource()
|