Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc294 dex_locations_.push_back(std::string(option.substr(strlen("--dex-location=")))); in ParseArgs()
429 if (dex_locations_.empty()) { in OpenApkFilesFromLocations()
437 if (dex_locations_.size() != apks_fd_.size()) { in OpenApkFilesFromLocations()
442 if (dex_locations_.empty()) { in OpenApkFilesFromLocations()
444 dex_locations_ = apk_files_; in OpenApkFilesFromLocations()
445 } else if (dex_locations_.size() != apk_files_.size()) { in OpenApkFilesFromLocations()
450 CHECK(dex_locations_.empty()); in OpenApkFilesFromLocations()
454 for (size_t i = 0; i < dex_locations_.size(); ++i) { in OpenApkFilesFromLocations()
461 dex_locations_[i], in OpenApkFilesFromLocations()
467 LOG(ERROR) << "OpenZip failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations()
[all …]
/art/dex2oat/
Ddex2oat.cc871 if (dex_locations_.empty()) { in ProcessOptions()
872 dex_locations_ = dex_filenames_; in ProcessOptions()
873 } else if (dex_locations_.size() != dex_filenames_.size()) { in ProcessOptions()
1003 image_filenames_ = ImageSpace::ExpandMultiImageLocations(dex_locations_, image_filenames_[0]); in ExpandOatAndImageFilenames()
1008 oat_filenames_ = ImageSpace::ExpandMultiImageLocations(dex_locations_, oat_filenames_[0]); in ExpandOatAndImageFilenames()
1014 oat_unstripped_ = ImageSpace::ExpandMultiImageLocations(dex_locations_, oat_unstripped_[0]); in ExpandOatAndImageFilenames()
1119 AssignIfExists(args, M::DexLocations, &dex_locations_); in ParseArgs()
1504 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
2376 DCHECK_EQ(dex_filenames_.size(), dex_locations_.size()); in PruneNonExistentDexFiles()
2384 dex_locations_[kept] = dex_locations_[i]; in PruneNonExistentDexFiles()
[all …]