Home
last modified time | relevance | path

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

/external/webrtc/tools_webrtc/
Dclang_tidy.py26 GetCompilationCommand
44 command = GetCompilationCommand(filepath, gn_args, out_dir)
/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dbuild_helpers.py95 def GetCompilationCommand(filepath, gn_args, work_dir): function