Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc392 apk_files_.push_back(std::string(option.substr(strlen("--apk=")))); in ParseArgs()
428 if (!apk_files_.empty() && !apks_fd_.empty()) { in ParseArgs()
538 } else if (!apk_files_.empty()) { in OpenApkFilesFromLocations()
541 dex_locations_ = apk_files_; in OpenApkFilesFromLocations()
542 } else if (dex_locations_.size() != apk_files_.size()) { in OpenApkFilesFromLocations()
568 if (dex_file_loader.Open(apk_files_[i].c_str(), in OpenApkFilesFromLocations()
1239 if (apk_files_.empty() && apks_fd_.empty()) { in CreateBootProfile()
1294 if (apk_files_.empty() && apks_fd_.empty()) { in CreateProfile()
1384 if (!apk_files_.empty() || !apks_fd_.empty() || !dex_locations_.empty()) { in GenerateTestProfile()
1385 if (apk_files_.empty() && apks_fd_.empty()) { in GenerateTestProfile()
[all …]