Lines Matching refs:paths
147 def git_file_list(parent, paths=None):
154 (parent, ' '.join(paths)))
176 def gen_files(root, parent, paths, exclude):
178 directory, of any file changed on this branch (limited to 'paths' if
193 for f in git_file_list(parent, paths):
281 def run_checks(root, parent, cmds, paths='', opts={}):
296 result = cmd(root, parent, gen_files(root, parent, paths, exclude),
305 def nits(root, parent, paths):
313 run_checks(root, parent, cmds, paths)
315 def pbchk(root, parent, paths):