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

/art/dex2oat/
H A Ddex2oat.cc534 zip_fd_(-1),
604 ParseUintOption(option, "--zip-fd", &zip_fd_, Usage);
807 if (dex_filenames_.empty() && zip_fd_ == -1) {
811 if (!dex_filenames_.empty() && zip_fd_ != -1) {
833 if (zip_fd_ != -1 && zip_location_.empty()) {
2345 } else if (zip_fd_ != -1) {
2347 if (!oat_writers_[0]->AddZippedDexFilesSource(File(zip_fd_, /* check_usage */ false),
2721 int zip_fd_; member in class:art::FINAL

Completed in 31 milliseconds