Searched refs:GetBuildGnPathFromFilePath (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/tools_webrtc/presubmit_checks_lib/ |
D | check_orphan_headers_test.py | 37 check_orphan_headers.GetBuildGnPathFromFilePath(file_path, file_exists, 48 check_orphan_headers.GetBuildGnPathFromFilePath(file_path, file_exists, 56 check_orphan_headers.GetBuildGnPathFromFilePath(file_path, file_exists, 64 check_orphan_headers.GetBuildGnPathFromFilePath(file_path, file_exists,
|
D | check_orphan_headers.py | 48 def GetBuildGnPathFromFilePath(file_path, file_exists_check, root_dir_path): function
|
/external/webrtc/ |
D | PRESUBMIT.py | 1244 from check_orphan_headers import GetBuildGnPathFromFilePath 1253 gn_file_path = GetBuildGnPathFromFilePath(file_path, os.path.exists,
|