Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat.cc725 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()
729 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()
733 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ProcessOptions()
738 dex_locations_ = dex_filenames_; in ProcessOptions()
743 if (!dex_filenames_.empty() && !oat_filenames_.empty()) { in ProcessOptions()
1036 AssignIfExists(args, M::DexFiles, &dex_filenames_); in ParseArgs()
2575 if (!OS::FileExists(dex_filenames_[i].c_str())) { in PruneNonExistentDexFiles()
2579 dex_filenames_[kept] = dex_filenames_[i]; in PruneNonExistentDexFiles()
2585 dex_filenames_.resize(kept); in PruneNonExistentDexFiles()
2617 for (size_t i = 0; i != dex_filenames_.size(); ++i) { in AddDexFileSources()
[all …]