Searched refs:conf_file (Results 1 - 12 of 12) sorted by relevance

/external/autotest/site_utils/suite_scheduler/
H A Dforgiving_config_parser_unittest.py32 with open(self._tmpconfig.name, 'w') as conf_file:
33 initial.write(conf_file)
43 with open(self._tmpconfig.name, 'w') as conf_file:
44 initial.write(conf_file)
/external/autotest/client/bin/
H A Dos_dep.py35 for conf_file in glob_result:
36 for conf_file_line in open(conf_file, 'r').readlines():
H A Dfsinfo.py31 def parse_mke2fs_conf(fs_type, conf_file='/etc/mke2fs.conf'):
38 f = open(conf_file, 'r')
/external/toolchain-utils/bestflags/
H A Dexample_algorithms.py77 conf_file = DEFAULT_CONF
79 conf_file = meta_data[CONF]
111 specs = flags.ReadConf(conf_file)
/external/autotest/client/cros/cellular/wardmodem/
H A Dmodem_configuration.py160 def _load_conf(self, conf_file):
164 @param conf_file Name of the file to load from.
175 full_path = os.path.join(dir_name, CONF_DIR_NAME, conf_file)
/external/iproute2/tc/
H A Dtc.c47 static char *conf_file; variable
351 conf_file = argv[1];
380 if (use_names && cls_names_init(conf_file)) {
/external/autotest/server/
H A Dsite_linux_router.py27 ['ssid', 'conf_file', 'log_file',
259 conf_file = self.HOSTAPD_CONF_FILE_PATTERN % interface
270 (conf_file, '\n'.join(
280 self.cmd_hostapd, conf_file, log_file, stderr_log_file)
284 conf_file,
373 instance=instance.conf_file,
1038 conf_file = self.STATION_CONF_FILE_PATTERN % interface
1043 (conf_file, supplicant_config))
1049 interface, pid_file, conf_file,
/external/kmod/libkmod/
H A Dlibkmod-config.c723 struct conf_file { struct
734 struct conf_file *cf;
870 struct conf_file *cf = list->data;
/external/lisa/libs/utils/
H A Denv.py314 conf_file = os.path.join(basepath, filepath)
316 self._log.info('Loading target configuration [%s]...', conf_file)
317 conf = JsonConf(conf_file)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c2555 const char *conf_file = NULL, *phy_name = NULL; local
2564 conf_file = pos;
2565 if (!os_strlen(conf_file))
2569 conf_file, 0);
2633 conf_file = ptr + 7;
2652 if (conf_file && interfaces->config_read_cb) {
2653 conf = interfaces->config_read_cb(conf_file);
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c2555 const char *conf_file = NULL, *phy_name = NULL; local
2564 conf_file = pos;
2565 if (!os_strlen(conf_file))
2569 conf_file, 0);
2633 conf_file = ptr + 7;
2652 if (conf_file && interfaces->config_read_cb) {
2653 conf = interfaces->config_read_cb(conf_file);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c2555 const char *conf_file = NULL, *phy_name = NULL; local
2564 conf_file = pos;
2565 if (!os_strlen(conf_file))
2569 conf_file, 0);
2633 conf_file = ptr + 7;
2652 if (conf_file && interfaces->config_read_cb) {
2653 conf = interfaces->config_read_cb(conf_file);

Completed in 1083 milliseconds