Searched refs:profiles_fd (Results 1 – 1 of 1) sorted by relevance
212 int ProcessProfiles(const std::vector<int>& profiles_fd, int reference_profile_fd) { in ProcessProfiles() argument216 for (size_t k = 0; k < profiles_fd.size(); k++) { in ProcessProfiles()217 argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k])); in ProcessProfiles()