Searched refs:conf_file (Results 1 – 9 of 9) sorted by relevance
/external/autotest/site_utils/suite_scheduler/ |
D | forgiving_config_parser_unittest.py | 32 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/toolchain-utils/bestflags/ |
D | example_algorithms.py | 77 conf_file = DEFAULT_CONF 79 conf_file = meta_data[CONF] 111 specs = flags.ReadConf(conf_file)
|
/external/autotest/client/bin/ |
D | os_dep.py | 35 for conf_file in glob_result: 36 for conf_file_line in open(conf_file, 'r').readlines():
|
D | fsinfo.py | 31 def parse_mke2fs_conf(fs_type, conf_file='/etc/mke2fs.conf'): argument 38 f = open(conf_file, 'r')
|
/external/autotest/server/ |
D | site_linux_router.py | 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/autotest/client/cros/cellular/wardmodem/ |
D | modem_configuration.py | 160 def _load_conf(self, conf_file): argument 175 full_path = os.path.join(dir_name, CONF_DIR_NAME, conf_file)
|
/external/iproute2/tc/ |
D | tc.c | 47 static char *conf_file; variable 351 conf_file = argv[1]; in main() 380 if (use_names && cls_names_init(conf_file)) { in main()
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 723 struct conf_file { struct 734 struct conf_file *cf; in conf_files_insert_sorted() argument 870 struct conf_file *cf = list->data; in kmod_config_new()
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 2555 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local 2564 conf_file = pos; in hostapd_add_iface() 2565 if (!os_strlen(conf_file)) in hostapd_add_iface() 2569 conf_file, 0); in hostapd_add_iface() 2633 conf_file = ptr + 7; in hostapd_add_iface() 2652 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface() 2653 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
|