Searched refs:OpenFromOwnedFd (Results 1 – 4 of 4) sorted by relevance
95 static ZipArchive* OpenFromOwnedFd(int fd, const char* filename, std::string* error_msg);
252 ZipArchive* ZipArchive::OpenFromOwnedFd(int fd, const char* filename, std::string* error_msg) { in OpenFromOwnedFd() function in art::ZipArchive
291 ZipArchive::OpenFromOwnedFd(file_->Fd(), location_.c_str(), error_msg) : in Open()
524 zip_archive.reset(ZipArchive::OpenFromOwnedFd(jar_fd, bcp_jar_file.c_str(), error_msg)); in FindAndExtractEntry()