Searched full:args_file (Results 1 – 19 of 19) sorted by relevance
180 args_file = os.path.join(system_image_dir, _BUILD_ARGS)181 if not os.path.exists(args_file):182 args_file = os.path.join(system_image_dir, _ARGS_FILE)184 if not os.path.exists(args_file):189 with open(args_file) as f:192 raise VersionNotFoundError('Could not retrieve %s' % args_file)205 (args_file, contents))
177 args_file = os.path.join(system_image_dir, _BUILD_ARGS)178 if not os.path.exists(args_file):179 args_file = os.path.join(system_image_dir, _ARGS_FILE)181 if not os.path.exists(args_file):186 with open(args_file) as f:189 raise VersionNotFoundError('Could not retrieve %s' % args_file)202 (args_file, contents))
45 # args_file: Optional path to a file containing additional positional arguments49 # skip_empty_args: If args_file is provided, boolean indicating whether to skip90 if (defined(invoker.args_file)) {93 rebase_path(invoker.args_file, root_build_dir),
137 args_file = _deps_metadata_file
572 * ``args_file``: Optional path to a file containing additional positional575 * ``skip_empty_args``: If args_file is provided, boolean indicating whether to
225 "args_file": "perf_cuj.config", string262 "args_file": "perf_cuj.config", string277 "args_file": "perf_cuj.config", string302 "args_file": "perf_cuj.config", string
110 if 'args_file' in new_suite:111 new_suite['args_file'] = _substitute_constants(112 new_suite['args_file'], constants)
56 args_file:
136 if args.args_file is not None:138 for line in args.args_file:
277 args_file = open(filename)280 for arg_line in args_file.read().splitlines():286 args_file.close()
12 # 'args_file': '//build/config/fuchsia/size_optimized_cast_receiver_args_internal.gn'
13 # 'args_file': '//build/config/fuchsia/size_optimized_cast_receiver_args.gn'
607 with open(build_dir / 'args.gn') as args_file:610 for line in args_file.readlines()
932 args_file = []944 args_file = ["-f", i]948 return args_subcommand + args_ie + args_file
2004 args_file = open(arg_string[1:])2007 for arg_line in args_file.read().splitlines():2013 args_file.close()
187 'args_file': '//build/args/bots/fake_group/fake_args_bot.gn',
2128 with open(arg_string[1:]) as args_file:2130 for arg_line in args_file.read().splitlines():