Home
last modified time | relevance | path

Searched refs:GetClangTidyPath (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/tools_webrtc/
Dclang_tidy.py24 from presubmit_checks_lib.build_helpers import (GetClangTidyPath,
56 command[0:1] = [GetClangTidyPath(), CHECKER_OPTION, rel_path
/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dbuild_helpers.py81 def GetClangTidyPath(): function