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() 314 zip_fd_); in GetDexOptNeeded() 378 int zip_fd_ = -1; member in art::DexoptAnalyzer
|
/art/runtime/ |
D | oat_file_assistant.h | 355 int zip_fd_ = -1; variable 440 int zip_fd_; variable
|
D | oat_file_assistant.cc | 102 zip_fd_(zip_fd) { in OatFileAssistant() 167 return zip_fd_ >= 0; in UseFdToReadFiles() 577 zip_fd_, in GetRequiredDexChecksums() 848 file_.reset(OatFile::Open(zip_fd_, in GetFile() 955 zip_fd_ = zip_fd; in Reset()
|
/art/dex2oat/ |
D | dex2oat.cc | 794 zip_fd_(-1), in Dex2Oat() 985 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions() 989 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions() 1009 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions() 1306 AssignIfExists(args, M::ZipFd, &zip_fd_); in ParseArgs() 2698 } else if (zip_fd_ != -1) { in AddDexFileSources() 2700 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources() 3031 int zip_fd_; member in art::Dex2Oat
|