/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 | 22 void cras_board_config_get(const char *config_path, in cras_board_config_get() argument 31 if (config_path == NULL) in cras_board_config_get() 34 snprintf(ini_name, MAX_INI_NAME_LEN, "%s/%s", config_path, in cras_board_config_get()
|
D | cras_device_blacklist.c | 23 const char *config_path) in cras_device_blacklist_create() argument 33 config_path, "device_blacklist"); 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 | 21 void cras_board_config_get(const char *config_path,
|
D | cras_device_blacklist.h | 27 const char *config_path);
|
D | cras_card_config.h | 19 struct cras_card_config *cras_card_config_create(const char *config_path,
|
/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/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/skia/gn/ |
D | gn_to_bp.py | 455 def write_config(config_path, defines, platform): argument 456 gn_to_bp_utils.WriteUserConfig(config_path, defines) 457 append_to_file(config_path, ''' 466 disallow_platforms(config_path, platform)
|
/external/toolchain-utils/crosperf/ |
D | translate_xbuddy.py | 23 config_path = os.path.expanduser('~/trunk/src/platform/dev/' 25 os.symlink(config_path, './xbuddy_config.ini')
|
/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]
|
D | cloud_storage_info_unittest.py | 117 self.config_path = '/test/dep_config.json' 118 self.fs.CreateFile(self.config_path, contents='{}')
|
D | manager.py | 213 config.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) 206 config_path = os.path.join(idle_dir, '../config-%s.def' % ctype) 207 with open(config_path, 'r') as f: 311 config_path = findfile('cfgparser.1') 312 conf.defaultCfg['foo'] = config.IdleConfParser(config_path) 313 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/skqp/infra/project-config/ |
D | refs.cfg | 6 config_path: "infra/branch-config"
|
/external/skia/infra/project-config/ |
D | refs.cfg | 6 config_path: "infra/branch-config"
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 1828 char config_path[256]; in kernel_has_dynamic_config_support() local 1831 snprintf(config_path, sizeof(config_path), in kernel_has_dynamic_config_support() 1835 if (read_file_uint64(config_path, &config_id) && config_id == 1) { in kernel_has_dynamic_config_support() 1866 char config_path[256]; in init_oa_configs() local 1870 snprintf(config_path, sizeof(config_path), in init_oa_configs() 1874 if (read_file_uint64(config_path, &config_id)) { in init_oa_configs()
|
/external/autotest/server/cros/servo/ |
D | firmware_programmer.py | 318 def get_all_includes(config_path): argument 323 root = xml.etree.ElementTree.parse(config_path).getroot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/ |
D | config.py | 165 config_path = os.path.join(self.config.llvm_tools_dir, 'llvm-config') 167 output, _ = self.get_process_output([config_path] + arguments)
|
/external/scapy/scapy/tools/ |
D | UTscapy.py | 203 def parse_config_file(config_path, verb=3): argument 226 with open(config_path) as config_file: 229 print("### Loaded config file", config_path, file=sys.stderr)
|
/external/python/cpython3/PC/ |
D | launcher.c | 878 read_config_file(wchar_t * config_path) in read_config_file() argument 888 config_path); in read_config_file() 890 debug(L"read_commands: %ls: not enough space for names\n", config_path); in read_config_file() 895 config_path); in read_config_file() 898 config_path, key); in read_config_file()
|