Searched refs:zip_fd_ (Results 1 – 4 of 4) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 221 zip_fd_ = std::stoi(std::string(option.substr(strlen("--zip-fd="))), nullptr, 0); in ParseArgs() 222 if (zip_fd_ < 0) { in ParseArgs() 223 Usage("Invalid --zip-fd %d", zip_fd_); in ParseArgs() 329 zip_fd_); in GetDexOptNeeded() 477 int zip_fd_ = -1; member in art::dexoptanalyzer::DexoptAnalyzer
|
/art/runtime/ |
D | oat_file_assistant.h | 364 int zip_fd_ = -1; variable 456 int zip_fd_; variable
|
D | oat_file_assistant.cc | 110 zip_fd_(zip_fd) { in OatFileAssistant() 181 return zip_fd_ >= 0; in UseFdToReadFiles() 617 zip_fd_, in GetRequiredDexChecksums() 858 file_.reset(OatFile::OpenFromVdex(zip_fd_, in GetFile() 872 file_.reset(OatFile::Open(zip_fd_, in GetFile() 969 zip_fd_ = zip_fd; in Reset()
|
/art/dex2oat/ |
D | dex2oat.cc | 522 zip_fd_(-1), in Dex2Oat() 725 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions() 729 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions() 749 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions() 1043 AssignIfExists(args, M::ZipFd, &zip_fd_); in ParseArgs() 2427 if (dex2oat.zip_fd_ != -1) { in ScopedDex2oatReporting() 2428 zip_dup_fd_.reset(DupCloexecOrError(dex2oat.zip_fd_)); in ScopedDex2oatReporting() 2598 } else if (zip_fd_ != -1) { in AddDexFileSources() 2600 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources() 2922 int zip_fd_; member in art::Dex2Oat
|