Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc221 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/
Doat_file_assistant.h350 int zip_fd_ = -1; variable
430 int zip_fd_; variable
Doat_file_assistant.cc102 zip_fd_(zip_fd) { in OatFileAssistant()
160 return zip_fd_ >= 0; in UseFdToReadFiles()
570 zip_fd_, in GetRequiredDexChecksums()
821 file_.reset(OatFile::Open(zip_fd_, in GetFile()
928 zip_fd_ = zip_fd; in Reset()
/art/dex2oat/
Ddex2oat.cc806 zip_fd_(-1), in Dex2Oat()
1001 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()
1005 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()
1025 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions()
1319 AssignIfExists(args, M::ZipFd, &zip_fd_); in ParseArgs()
2708 } else if (zip_fd_ != -1) { in AddDexFileSources()
2710 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources()
3035 int zip_fd_; member in art::Dex2Oat