Lines Matching refs:apks_fd_
433 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()
1855 if (apk_files_.empty() && apks_fd_.empty()) { in GenerateTestProfile()
1874 if (apk_files_.empty() && apks_fd_.empty() && dex_locations_.empty()) { in GenerateTestProfile()
1912 if (apk_files_.empty() && apks_fd_.empty()) { in CopyAndUpdateProfileKey()
1973 std::vector<int> apks_fd_; member in art::ProfMan