HomeSort by relevance Sort by last modified time
    Searched refs:OpenFromFd (Results 1 - 4 of 4) sorted by null

  /art/runtime/
zip_archive.h 81 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
zip_archive.cc 220 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) {
dex_file.cc 97 ZipArchive::OpenFromFd(fd.Release(), filename, error_msg));
261 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, location.c_str(), error_msg));
    [all...]
  /art/compiler/
oat_writer.cc 424 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.Release(), location, &error_msg));
    [all...]

Completed in 408 milliseconds