Home
last modified time | relevance | path

Searched refs:config_path (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/gn/
H A Dgn_to_bp.py577 def write_android_config(config_path, defines):
578 gn_to_bp_utils.WriteUserConfig(config_path, defines)
579 append_to_file(config_path, '''
583 disallow_platforms(config_path, 'ANDROID')
588 def write_config(config_path, defines, platform):
589 gn_to_bp_utils.WriteUserConfig(config_path, defines)
590 append_to_file(config_path, '''
599 disallow_platforms(config_path, platform)
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D01_quick.rs31 if let Some(config_path) = matches.get_one::<PathBuf>("config") { in main()
32 println!("Value for config: {}", config_path.display()); in main()
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D01_quick.rs41 if let Some(config_path) = cli.config.as_deref() { in main()
42 println!("Value for config: {}", config_path.display()); in main()
/third_party/skia/third_party/externals/angle2/infra/specs/
H A DPRESUBMIT.py19 config_path = os.path.join(input_api.PresubmitLocalPath(), 'angle_mb_config.pyl')
37 config_path,
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py7 the generator flag config_path) the path of a json file that dictates the files
269 config_path = generator_flags.get("config_path", None)
270 if not config_path:
273 f = open(config_path)
277 raise Exception("Unable to open file " + config_path)
279 raise Exception("Unable to parse config file " + config_path + str(e))
281 raise Exception("config_path must be a JSON file containing a dictionary")
754 "Must specify files to analyze via config_path generator " "flag"
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Danalyzer.py7 the generator flag config_path) the path of a json file that dictates the files
269 config_path = generator_flags.get("config_path", None)
270 if not config_path:
273 f = open(config_path)
277 raise Exception("Unable to open file " + config_path)
279 raise Exception("Unable to parse config file " + config_path + str(e))
281 raise Exception("config_path must be a JSON file containing a dictionary")
750 "Must specify files to analyze via config_path generator " "flag"
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py89 config_path = findfile('cfgparser.1')
90 parser = config.IdleConfParser(config_path)
193 config_path = os.path.join(idle_dir, '../config-%s.def' % ctype)
194 with open(config_path) as f:
298 config_path = findfile('cfgparser.1')
299 conf.defaultCfg['foo'] = config.IdleConfParser(config_path)
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.c437 const char *config_path = getenv("INTEL_DUMP_GPU_CONFIG"); in maybe_init() local
438 fail_if(config_path == NULL, "INTEL_DUMP_GPU_CONFIG is not set\n"); in maybe_init()
440 config = fopen(config_path, "r"); in maybe_init()
441 fail_if(config == NULL, "failed to open file %s\n", config_path); in maybe_init()
/third_party/libxml2/
H A Dgenerate_header.py115 config_header.write_file(options.config_path)
/third_party/typescript/tests/ts_extra_tests/tool/
H A Dtestcfg.py111 config_path = os.path.join(arkguard_root_dir, "test/compilerTestConfig.json")
118 config_path,
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c290 char config_path[280]; in intel_perf_load_metric_id() local
292 snprintf(config_path, sizeof(config_path), "%s/metrics/%s/id", in intel_perf_load_metric_id()
296 return read_file_uint64(config_path, metric_id); in intel_perf_load_metric_id()
/third_party/python/PC/
H A Dlauncher.c1004 read_config_file(wchar_t * config_path) in read_config_file() argument
1014 config_path); in read_config_file()
1016 debug(L"read_commands: %ls: not enough space for names\n", config_path); in read_config_file()
1021 config_path); in read_config_file()
1024 config_path, key); in read_config_file()
/third_party/node/deps/v8/tools/
H A Drun_perf.py613 config_path = os.path.join(args.shell_dir, 'v8_build_config.json')
614 if not os.path.isfile(config_path):
616 with open(config_path) as f:
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c244 debuginfod_config_cache(char *config_path, in debuginfod_config_cache() argument
248 int fd = open(config_path, O_CREAT | O_RDWR, DEFFILEMODE); in debuginfod_config_cache()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c428 char config_path[MOD_PARAM_PATHLEN]; variable
539 module_param_string(config_path, config_path, MOD_PARAM_PATHLEN, 0);
9331 if (config_path[0] != '\0') in dhd_update_fw_nv_path()
9332 conf = config_path; in dhd_update_fw_nv_path()
9427 config_path[0] = '\0'; in dhd_update_fw_nv_path()

Completed in 36 milliseconds