Home
last modified time | relevance | path

Searched refs:conf_file (Results 1 – 9 of 9) sorted by relevance

/external/toolchain-utils/bestflags/
Dexample_algorithms.py77 conf_file = DEFAULT_CONF
79 conf_file = meta_data[CONF]
111 specs = flags.ReadConf(conf_file)
/external/autotest/client/bin/
Dos_dep.py35 for conf_file in glob_result:
36 for conf_file_line in open(conf_file, 'r').readlines():
Dfsinfo.py31 def parse_mke2fs_conf(fs_type, conf_file='/etc/mke2fs.conf'): argument
38 f = open(conf_file, 'r')
/external/iproute2/tc/
Dtc.c46 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/
Dconftest.py160 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/
Dsite_linux_router.py286 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/
Dcommands.py138 with open(conf_filepath, 'a') as conf_file:
139 conf_file.write(CONF_PY_ADDENDUM)
/external/kmod/libkmod/
Dlibkmod-config.c723 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/
Dhostapd.c2894 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()