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

  /tools/repohooks/rh/
hooks.py 133 def __init__(self, name, args, tool_paths):
139 tool_paths: A dictionary with tool names to paths.
143 self._tool_paths = tool_paths
180 assert tool_name in TOOL_PATHS
182 return TOOL_PATHS[tool_name]
557 TOOL_PATHS = {
config.py 155 def tool_paths(self): member in class:PreSubmitConfig
164 self.tool_paths)
171 self.tool_paths)
242 valid_tools = set(rh.hooks.TOOL_PATHS.keys())
hooks_unittest.py 73 for tool in rh.hooks.TOOL_PATHS:

Completed in 240 milliseconds