Searched refs:zip_fd_ (Results 1 – 1 of 1) sorted by relevance
511 zip_fd_(-1), in Dex2Oat()578 ParseUintOption(option, "--zip-fd", &zip_fd_, Usage); in ParseZipFd()763 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()767 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()789 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions()2103 if (zip_fd_ != -1) { in AddDexFileSources()2105 if (!oat_writers_[0]->AddZippedDexFilesSource(ScopedFd(zip_fd_), zip_location_.c_str())) { in AddDexFileSources()2447 int zip_fd_; member in art::FINAL