HomeSort by relevance Sort by last modified time
    Searched refs:files_to_check (Results 1 - 2 of 2) sorted by null

  /art/tools/
cpplint_presubmit.py 63 files_to_check = [f for f in get_changed_files(commit) if is_interesting(f)]
64 run_cpplint(files_to_check)
  /external/autotest/utils/
run_pylint.py 377 files_to_check = filter(should_check_file, work_tree_files)
383 for f in files_to_check]

Completed in 65 milliseconds