Lines Matching refs:PresubmitLocalPath
141 input_api.os_path.join(input_api.PresubmitLocalPath(),
449 cwd = input_api.PresubmitLocalPath()
635 input_api.PresubmitLocalPath(), 'tools_webrtc', 'presubmit_checks_lib')):
637 errors = RunGnCheck(FindSrcDirPath(input_api.PresubmitLocalPath()))[:5]
656 src_path = FindSrcDirPath(input_api.PresubmitLocalPath())
675 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
781 return input_api.os_path.join(input_api.PresubmitLocalPath(), *args)
784 input_api.PresubmitLocalPath(),
960 api_deps = os.path.join(input_api.PresubmitLocalPath(), 'api', 'DEPS')
973 os.path.isdir(os.path.join(input_api.PresubmitLocalPath(),
1112 input_api.PresubmitLocalPath(), 'tools_webrtc', 'presubmit_checks_lib')):