Home
last modified time | relevance | path

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

/art/libartbase/base/
Dzip_archive.h94 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
Dzip_archive.cc248 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
/art/dex2oat/
Ddex2oat_test.cc1721 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
Ddex2oat.cc1361 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
/art/libprofile/profile/
Dprofile_compilation_info.cc1487 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()