Lines Matching refs:tool_path
181 def tool_path(self, tool_name): member in HookOptions
198 tool_path = os.path.normpath(self._tool_paths[tool_name])
199 return self.expand_vars([tool_path])[0]
311 bpfmt = options.tool_path('bpfmt')
336 clang_format = options.tool_path('clang-format')
337 git_clang_format = options.tool_path('git-clang-format')
351 google_java_format = options.tool_path('google-java-format')
352 google_java_format_diff = options.tool_path('google-java-format-diff')
714 cpplint = options.tool_path('cpplint')
725 gofmt = options.tool_path('gofmt')
768 pylint = options.tool_path('pylint')
794 rustfmt = options.tool_path('rustfmt')
851 testmapping_format = options.tool_path('android-test-mapping-format')