Home
last modified time | relevance | path

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

/art/runtime/
Dzip_archive.h78 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
Dzip_archive.cc217 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
Ddex_file.cc96 ZipArchive::OpenFromFd(fd.Release(), filename, error_msg)); in GetMultiDexChecksums()
260 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, location.c_str(), error_msg)); in OpenZip()
/art/compiler/
Doat_writer.cc382 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.Release(), location, &error_msg)); in AddZippedDexFilesSource()