/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 106 output_dir = params["options"].generator_output or params["options"].toplevel_dir variable 110 os.path.join(output_dir, "out", default_variables["build_type"]), 115 os.path.join(output_dir, default_variables["CONFIGURATION_NAME"]),
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | __init__.py | 107 output_dir = params["options"].generator_output or params["options"].toplevel_dir variable 112 output_dir, "out", default_variables.get("build_type", "default") 118 os.path.join(output_dir, default_variables["CONFIGURATION_NAME"]),
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter.py | 394 file_path = os.path.join(options.output_dir, file_name + '.json') 451 if not options.output_dir:
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.h | 64 std::string output_dir; member 79 : output_dir("."), in GeneratorOptions()
|
H A D | js_generator.cc | 383 return options.output_dir + "/" + ToLower(GetNamespace(options, file)) + in GetExtensionFileName() 427 return options.output_dir + "/" + package_base + filename_base + in GetMessagesFileName() 436 return options.output_dir + "/" + in GetEnumFileName() 3494 } else if (options[i].first == "output_dir") { in ParseFromOptions() 3495 output_dir = options[i].second; in ParseFromOptions() 3536 output_dir = options[i].first; in ParseFromOptions() 3612 options.output_dir + "/" + in GenerateFile() 3730 std::string filename = options.output_dir + "/" + options.library + in GenerateAll() 3930 std::string filename = options.output_dir + "/" + in GenerateAll()
|
/third_party/skia/infra/bots/recipes/ |
H A D | perf_skottiewasm_lottieweb.py | 140 output_dir = api.path.mkdtemp('g3_try') 146 output_file = output_dir.join(lottie_filename)
|
/third_party/gn/src/gn/ |
H A D | filesystem_utils.cc | 314 bool IsStringInOutputDir(const SourceDir& output_dir, const std::string& str) { in IsStringInOutputDir() argument 317 const std::string& dir_str = output_dir.value(); in IsStringInOutputDir() 321 bool EnsureStringIsInOutputDir(const SourceDir& output_dir, in EnsureStringIsInOutputDir() argument 325 if (IsStringInOutputDir(output_dir, str)) in EnsureStringIsInOutputDir()
|
H A D | xcode_object.cc | 813 const std::string& output_dir, in AddAggregateTarget() 818 attributes["CONFIGURATION_BUILD_DIR"] = output_dir; in AddAggregateTarget() 850 const std::string& output_dir, in AddNativeTarget() 873 attributes["CONFIGURATION_BUILD_DIR"] = output_dir; in AddNativeTarget() 812 AddAggregateTarget(const std::string& name, const std::string& output_dir, const std::string& shell_script) AddAggregateTarget() argument 845 AddNativeTarget( const std::string& name, const std::string& type, const std::string& output_name, const std::string& output_type, const std::string& output_dir, const std::string& shell_script, const PBXAttributes& extra_attributes) AddNativeTarget() argument
|
H A D | substitution_writer.cc | 559 if (target->output_dir().is_null()) { 565 RebasePath(target->output_dir().value(),
|
H A D | xcode_object.h | 383 const std::string& output_dir, 389 const std::string& output_dir,
|
H A D | target.h | 124 // the {{output_dir}} substitution in the tool if it is specified. If 126 const SourceDir& output_dir() const { return output_dir_; } in output_dir() function in Target
|
H A D | desc_builder.cc | 401 if (what(variables::kOutputDir) && !target_->output_dir().is_null()) in BuildDescription() 403 RenderValue(target_->output_dir())); in BuildDescription()
|
H A D | function_toolchain.cc | 337 be the default value for the {{output_dir}} expansion (discussed below) 338 but will be overridden by the "output_dir" variable in a target, if one 470 {{target_output_name}}, {{output_extension}} and {{output_dir}} allows 473 "{{output_dir}}/{{target_output_name}}{{output_extension}}", 474 "{{output_dir}}/{{target_output_name}}.lib", 641 also {{output_dir}} for linker tools. Example: "out/base/test" 725 {{output_dir}} 726 The value of the "output_dir" variable in the target, or the the value 733 based on the target's path and not overridable. {{output_dir}} is for 737 Usually {{output_dir}} woul [all...] |
/third_party/curl/src/ |
H A D | tool_cfgable.h | 78 char *output_dir; member
|
H A D | tool_cfgable.c | 95 Curl_safefree(config->output_dir); in free_config_fields()
|
H A D | tool_operate.c | 1099 if(config->output_dir && *config->output_dir) { in single_transfer() 1100 char *d = aprintf("%s/%s", config->output_dir, per->outfile); in single_transfer()
|
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 101 output_dir=self.build_temp,
|
/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 172 parse_options.output_dir, ROOT_PLAYBACK_DIR_NAME, SKPICTURES_DIR_NAME) 174 parse_options.output_dir, ROOT_PLAYBACK_DIR_NAME, 'webpages_archive') 596 '', '--output_dir',
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 1154 # output_dir: relative path from generator_dir to the build directory. 1155 output_dir = generator_flags.get("output_dir", "out") 1159 build_dir = os.path.normpath(os.path.join(generator_dir, output_dir, config_to_use)) 1272 # output_dir: relative path from generator_dir to the build directory. 1273 output_dir = generator_flags.get("output_dir", "out") 1279 os.path.join(generator_dir, output_dir, config_name)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 1151 # output_dir: relative path from generator_dir to the build directory. 1152 output_dir = generator_flags.get("output_dir", "out") 1156 build_dir = os.path.normpath(os.path.join(generator_dir, output_dir, config_to_use)) 1269 # output_dir: relative path from generator_dir to the build directory. 1270 output_dir = generator_flags.get("output_dir", "out") 1276 os.path.join(generator_dir, output_dir, config_name)
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 35 Usage: $0 [-i] [-s] [-d <output_dir>] -- [<command>]
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 49 Usage: $0 [-i] [-s] [-d <output_dir>] -- [<command>]
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 47 """Returns <v8_root>/<output_dir>/(Release|Debug)."""
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 551 parser.add_argument("-output_dir", help="Path for validator output file, report file", required=True) 556 outpath = Path(args.output_dir)
|
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 530 output_dir=self.build_temp,
|