Home
last modified time | relevance | path

Searched refs:dependee_path (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/buildtools/checkdeps/
Dresults.py29 def __init__(self, dependee_path): argument
32 self.dependee_path = dependee_path
79 lines.append('\nERROR in %s' % dependee_status.dependee_path)
115 'dependee_path': dependee_status.dependee_path,
Dcpp_checker.py44 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): argument
73 dependee_dir = os.path.dirname(dependee_path)
77 rule = rules.RuleApplyingTo(include_path, dependee_path)
Dproto_checker.py47 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): argument
76 dependee_dir = os.path.dirname(dependee_path)
83 rule = rules.RuleApplyingTo(import_path, dependee_path)
Drules.py173 def RuleApplyingTo(self, include_path, dependee_path): argument
177 dependee_filename = os.path.basename(dependee_path)