Searched refs:profile_input_file_paths (Results 1 – 1 of 1) sorted by relevance
29 def _call_profdata_tool(profile_input_file_paths, argument50 logging.debug('Profile input paths: %r' % profile_input_file_paths)58 subprocess_cmd.extend(profile_input_file_paths)253 profile_input_file_paths = _get_profile_paths(input_dir,264 profile_input_file_paths, invalid_profraw_files, counter_overflows = (265 _validate_and_convert_profraws(profile_input_file_paths,269 profile_input_file_paths)283 if not profile_input_file_paths:289 profile_input_file_paths=profile_input_file_paths,298 for input_file in profile_input_file_paths: