Searched refs:OpenFromFd (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | zip_archive.h | 87 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
|
D | zip_archive.cc | 238 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
|
/art/runtime/dex/ |
D | art_dex_file_loader.cc | 108 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/ |
D | profile_compilation_info.cc | 1176 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, "profile", error)); in OpenSource()
|
/art/dex2oat/ |
D | dex2oat.cc | 1444 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
|