Home | History | Annotate | Download | only in tools

Lines Matching refs:opts

171 def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None):
175 opts: The options parsed from the command line through parse_args().
192 if opts.target_platform == 'android':
241 def SetupGitDepot(opts):
246 opts: The options parsed from the command line through parse_args().
254 if opts.output_buildbot_annotations:
259 if not RunGClientAndCreateConfig(opts):
275 if opts.output_buildbot_annotations:
330 def SetupAndroidBuildEnvironment(opts):
334 opts: The options parsed from the command line through parse_args().
362 def SetupPlatformBuildEnvironment(opts):
366 opts: The options parsed from the command line through parse_args().
372 if opts.target_platform == 'android':
374 return SetupAndroidBuildEnvironment(opts)
375 elif opts.target_platform == 'cros':
381 def CreateBisectDirectoryAndSetupDepot(opts):
386 opts: The options parsed from the command line through parse_args().
392 if not CreateAndChangeToSourceDirectory(opts.working_directory):
397 if not SetupGitDepot(opts):