Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc433 ParseFdForCollection(raw_option, "--apk-fd=", &apks_fd_); in ParseArgs()
493 if (!apk_files_.empty() && !apks_fd_.empty()) { in ParseArgs()
587 bool use_apk_fd_list = !apks_fd_.empty(); in OpenApkFilesFromLocations()
598 if (dex_locations_.size() != apks_fd_.size()) { in OpenApkFilesFromLocations()
620 File file(apks_fd_[i], /*check_usage=*/false); in OpenApkFilesFromLocations()
666 for (size_t i = 0; i < apks_fd_.size(); ++i) { in ComputeDexLocationsFromApkFds()
667 std::string fd_path = "/proc/self/fd/" + std::to_string(apks_fd_[i]); in ComputeDexLocationsFromApkFds()
1697 if (apk_files_.empty() && apks_fd_.empty()) { in CreateBootProfile()
1752 if (apk_files_.empty() && apks_fd_.empty()) { in CreateProfile()
1854 if (!apk_files_.empty() || !apks_fd_.empty() || !dex_locations_.empty()) { in GenerateTestProfile()
[all …]