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

  /tools/repohooks/rh/
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.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 = {

Completed in 1750 milliseconds