/external/oss-fuzz/infra/base-images/base-msan-builder/packages/ |
D | nettle.py | 24 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)
|
D | openssl.py | 24 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/ |
D | webserver_config.py | 85 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/ |
D | ensure_no_nonrelease_files.sh | 53 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/ |
D | cras_board_config.c | 23 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()
|
D | cras_device_blacklist.c | 23 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()
|
D | cras_card_config.c | 60 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()
|
D | cras_board_config.h | 22 void cras_board_config_get(const char *config_path,
|
D | cras_device_blacklist.h | 27 cras_device_blacklist_create(const char *config_path);
|
D | cras_card_config.h | 19 struct cras_card_config *cras_card_config_create(const char *config_path,
|
/external/autotest/utils/side_effects/ |
D | config_loader.py | 29 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/ |
D | batchbuild.py | 111 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/ |
D | batchbuild.py | 111 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/ |
D | gn_to_bp.py | 397 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/ |
D | translate_xbuddy.py | 29 config_path = os.path.expanduser( 31 os.symlink(config_path, './xbuddy_config.ini')
|
/external/skia/gn/ |
D | gn_to_bp.py | 461 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/ |
D | dependency_info.py | 6 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/ |
D | test_config.py | 89 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/ |
D | check_cfc.py | 324 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/ |
D | base_image.py | 163 config_path = os.path.join(base_path, 'config') 168 config=config_path))
|
/external/skia/infra/project-config/ |
D | refs.cfg | 6 config_path: "infra/branch-config"
|
/external/angle/infra/config/global/ |
D | refs.cfg | 5 config_path: "infra/config/branch"
|
/external/skqp/infra/project-config/ |
D | refs.cfg | 6 config_path: "infra/branch-config"
|
/external/autotest/client/site_tests/video_AVAnalysis/ |
D | video_AVAnalysis.py | 131 config_path = os.path.join(self.bindir, 'config_template.txt') 132 with open(config_path) as file:
|
/external/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 435 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()
|