Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/tools_webrtc/
H A Dclang_tidy.py25 GetCompilationCommand)
42 command = GetCompilationCommand(filepath, gn_args, out_dir)
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/
H A Dbuild_helpers.py96 def GetCompilationCommand(filepath, gn_args, work_dir): function