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

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py 50 def is_path_to_changelog(self, path): member in class:Checkout
70 if not self.is_path_to_changelog(path):
113 return self._modified_files_matching_predicate(git_commit, self.is_path_to_changelog, changed_files=changed_files)
116 return self._modified_files_matching_predicate(git_commit, lambda path: not self.is_path_to_changelog(path), changed_files=changed_files)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
validatechangelogs.py 39 if not self._tool.checkout().is_path_to_changelog(diff_file.filename):
validatechangelogs_unittest.py 41 tool._checkout.is_path_to_changelog = lambda path: True

Completed in 40 milliseconds