Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 25 of 36) sorted by relevance

12

/external/oss-fuzz/infra/base-images/base-msan-builder/packages/
Dnettle.py24 def AddNoAsmArg(config_path): argument
26 shutil.move(config_path, config_path + '.real')
27 with open(config_path, 'w') as f:
30 '%s.real --disable-assembler "$@"\n' % config_path)
31 os.chmod(config_path, 0755)
Dopenssl.py24 def AddNoAsmArg(config_path): argument
26 shutil.move(config_path, config_path + '.real')
27 with open(config_path, 'w') as f:
30 '%s.real no-asm "$@"\n' % config_path)
31 os.chmod(config_path, 0755)
/external/autotest/client/common_lib/cros/tendo/
Dwebserver_config.py85 config_path = None
87 config_path = '/tmp/webservd.conf'
88 self._write_out_config_file(config_path,
93 if config_path:
94 args.append('WEBSERVD_CONFIG_PATH=%s' % config_path)
/external/vboot_reference/scripts/image_signing/
Densure_no_nonrelease_files.sh53 local config_path="$rootfs/etc/chrome_dev.conf"
54 local matches=$(grep -s "^[^#]" "${config_path}")
56 echo "FAIL: Found commands in $config_path:"
/external/adhd/cras/src/server/config/
Dcras_board_config.c23 void cras_board_config_get(const char *config_path, in cras_board_config_get() argument
33 if (config_path == NULL) in cras_board_config_get()
36 snprintf(ini_name, MAX_INI_NAME_LEN, "%s/%s", config_path, CONFIG_NAME); in cras_board_config_get()
Dcras_device_blacklist.c23 cras_device_blacklist_create(const char *config_path) in cras_device_blacklist_create() argument
32 snprintf(ini_name, MAX_INI_NAME_LEN, "%s/%s", config_path, in cras_device_blacklist_create()
Dcras_card_config.c60 struct cras_card_config *cras_card_config_create(const char *config_path, in cras_card_config_create() argument
67 snprintf(ini_name, MAX_INI_NAME_LEN, "%s/%s", config_path, card_name); in cras_card_config_create()
Dcras_board_config.h22 void cras_board_config_get(const char *config_path,
Dcras_device_blacklist.h27 cras_device_blacklist_create(const char *config_path);
Dcras_card_config.h19 struct cras_card_config *cras_card_config_create(const char *config_path,
/external/autotest/utils/side_effects/
Dconfig_loader.py29 config_path = os.path.join(results_dir, _SIDE_EFFECTS_CONFIG_FILE)
31 if not os.path.exists(config_path):
34 with open(config_path, 'r') as config_file:
/external/jsoncpp/devtools/
Dbatchbuild.py111 def load_build_variants_from_config( config_path ): argument
112 with open( config_path, 'rb' ) as fconfig:
253 for config_path in config_paths:
254 if not os.path.isfile( config_path ):
255 parser.error( "Can not read: %r" % config_path )
259 for config_path in config_paths:
260 build_descs_by_axis = load_build_variants_from_config( config_path )
/external/angle/third_party/jsoncpp/source/devtools/
Dbatchbuild.py111 def load_build_variants_from_config(config_path): argument
112 with open(config_path, 'rb') as fconfig:
250 for config_path in config_paths:
251 if not os.path.isfile(config_path):
252 parser.error("Can not read: %r" % config_path)
256 for config_path in config_paths:
257 build_descs_by_axis = load_build_variants_from_config(config_path)
/external/skqp/gn/
Dgn_to_bp.py397 def write_config(config_path, defines, platform): argument
398 gn_to_bp_utils.WriteUserConfig(config_path, defines)
399 append_to_file(config_path, '''
408 disallow_platforms(config_path, platform)
/external/toolchain-utils/crosperf/
Dtranslate_xbuddy.py29 config_path = os.path.expanduser(
31 os.symlink(config_path, './xbuddy_config.ini')
/external/skia/gn/
Dgn_to_bp.py461 def write_config(config_path, defines, platform): argument
462 gn_to_bp_utils.WriteUserConfig(config_path, defines)
463 append_to_file(config_path, '''
472 disallow_platforms(config_path, platform)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_info.py6 def __init__(self, dependency, platform, config_path, local_path_info=None, argument
31 self._config_paths = [config_path]
/external/python/cpython3/Lib/idlelib/idle_test/
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, 'r') as f:
298 config_path = findfile('cfgparser.1')
299 conf.defaultCfg['foo'] = config.IdleConfParser(config_path)
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
/external/clang/utils/check_cfc/
Dcheck_cfc.py324 config_path = os.path.join(scriptdir, 'check_cfc.cfg') variable
326 config.read(os.path.join(config_path))
329 "using defaults.".format(config_path))
/external/autotest/site_utils/lxc/
Dbase_image.py163 config_path = os.path.join(base_path, 'config')
168 config=config_path))
/external/skia/infra/project-config/
Drefs.cfg6 config_path: "infra/branch-config"
/external/angle/infra/config/global/
Drefs.cfg5 config_path: "infra/config/branch"
/external/skqp/infra/project-config/
Drefs.cfg6 config_path: "infra/branch-config"
/external/autotest/client/site_tests/video_AVAnalysis/
Dvideo_AVAnalysis.py131 config_path = os.path.join(self.bindir, 'config_template.txt')
132 with open(config_path) as file:
/external/mesa3d/src/intel/tools/
Dintel_dump_gpu.c435 const char *config_path = getenv("INTEL_DUMP_GPU_CONFIG"); in maybe_init() local
436 fail_if(config_path == NULL, "INTEL_DUMP_GPU_CONFIG is not set\n"); in maybe_init()
438 config = fopen(config_path, "r"); in maybe_init()
439 fail_if(config == NULL, "failed to open file %s\n", config_path); in maybe_init()

12