Lines Matching refs:paths
152 def git_file_list(parent, paths=None):
159 (parent, ' '.join(paths)))
183 def gen_files(root, parent, paths, exclude):
185 directory, of any file changed on this branch (limited to 'paths' if
200 for f in git_file_list(parent, paths):
313 def run_checks(root, parent, cmds, paths='', opts={}):
328 result = cmd(root, parent, gen_files(root, parent, paths, exclude),
338 def nits(root, parent, paths):
346 run_checks(root, parent, cmds, paths)
349 def pbchk(root, parent, paths):