Searched refs:conf_file (Results 1 – 9 of 9) sorted by relevance
/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/iproute2/tc/ |
D | tc.c | 46 static char *conf_file; variable 310 conf_file = argv[1]; in main() 337 if (use_names && cls_names_init(conf_file)) { in main()
|
/external/u-boot/test/py/ |
D | conftest.py | 160 for conf_file in ('.config', 'include/autoconf.mk'): 161 dot_config = build_dir + '/' + conf_file 163 raise Exception(conf_file + ' does not exist; ' +
|
/external/autotest/server/ |
D | site_linux_router.py | 286 conf_file = os.path.join(self.logdir, 301 (conf_file, '\n'.join( 310 self.cmd_hostapd, conf_file, log_file, stderr_log_file) 314 conf_file, 423 instance=instance.conf_file,
|
/external/grpc-grpc/src/python/grpcio/ |
D | commands.py | 138 with open(conf_filepath, 'a') as conf_file: 139 conf_file.write(CONF_PY_ADDENDUM)
|
/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 | 2894 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local 2903 conf_file = pos; in hostapd_add_iface() 2904 if (!os_strlen(conf_file)) in hostapd_add_iface() 2908 conf_file, 0); in hostapd_add_iface() 2973 conf_file = ptr + 7; in hostapd_add_iface() 2992 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface() 2993 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
|