Searched refs:work_tree_files (Results 1 – 1 of 1) sorted by relevance
323 def check_committed_files(work_tree_files, commit, pylint_base_opts): argument339 files_to_check = filter(should_check_file, work_tree_files)344 work_tree_files = [re.search(r'%s/(.*)' % common.autotest_dir, f).group(1)351 for file_path in work_tree_files]353 for file_tuple in zip(work_tree_files, temp_files):