Home
last modified time | relevance | path

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

12

/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.c22 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()
Dcras_device_blacklist.c23 const char *config_path) in cras_device_blacklist_create() argument
33 config_path, "device_blacklist"); 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.h21 void cras_board_config_get(const char *config_path,
Dcras_device_blacklist.h27 const char *config_path);
Dcras_card_config.h19 struct cras_card_config *cras_card_config_create(const char *config_path,
/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/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/skia/gn/
Dgn_to_bp.py455 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/
Dtranslate_xbuddy.py23 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/
Ddependency_info.py6 def __init__(self, dependency, platform, config_path, local_path_info=None, argument
31 self._config_paths = [config_path]
Dcloud_storage_info_unittest.py117 self.config_path = '/test/dep_config.json'
118 self.fs.CreateFile(self.config_path, contents='{}')
Dmanager.py213 config.config_path)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py89 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/
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/skqp/infra/project-config/
Drefs.cfg6 config_path: "infra/branch-config"
/external/skia/infra/project-config/
Drefs.cfg6 config_path: "infra/branch-config"
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c1828 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/
Dfirmware_programmer.py318 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/
Dconfig.py165 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/
DUTscapy.py203 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/
Dlauncher.c878 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()

12