Searched refs:zip_fd_ (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc510 zip_fd_(-1),
599 if (!ParseInt(zip_fd_str, &zip_fd_)) {
602 if (zip_fd_ < 0) {
603 Usage("--zip-fd passed a negative value %d", zip_fd_);
917 if (dex_filenames_.empty() && zip_fd_ == -1) {
921 if (!dex_filenames_.empty() && zip_fd_ != -1) {
937 if (zip_fd_ != -1 && zip_location_.empty()) {
1266 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(zip_fd_,
1877 int zip_fd_; member in class:art::FINAL

Completed in 25 milliseconds