Home
last modified time | relevance | path

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

/external/webrtc/tools_webrtc/
Dclang_tidy.py25 from presubmit_checks_lib.build_helpers import GetClangTidyPath, \
56 command[0:1] = [GetClangTidyPath(),
/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dbuild_helpers.py80 def GetClangTidyPath(): function