Home
last modified time | relevance | path

Searched refs:OpenFromOwnedFd (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dzip_archive.h95 static ZipArchive* OpenFromOwnedFd(int fd, const char* filename, std::string* error_msg);
Dzip_archive.cc252 ZipArchive* ZipArchive::OpenFromOwnedFd(int fd, const char* filename, std::string* error_msg) { in OpenFromOwnedFd() function in art::ZipArchive
/art/libdexfile/dex/
Ddex_file_loader.cc291 ZipArchive::OpenFromOwnedFd(file_->Fd(), location_.c_str(), error_msg) : in Open()
/art/runtime/interpreter/
Dunstarted_runtime.cc524 zip_archive.reset(ZipArchive::OpenFromOwnedFd(jar_fd, bcp_jar_file.c_str(), error_msg)); in FindAndExtractEntry()