Searched refs:OpenFromFd (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | zip_archive.h | 94 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
|
D | zip_archive.cc | 248 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1721 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
|
D | dex2oat.cc | 1361 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1487 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()
|