HomeSort by relevance Sort by last modified time
    Searched refs:conf_file (Results 1 - 11 of 11) sorted by null

  /system/core/init/
import_parser.cpp 33 std::string conf_file; local
34 bool ret = expand_props(args[1], &conf_file);
40 LOG(INFO) << "Added '" << conf_file << "' to import list";
42 imports_.emplace_back(std::move(conf_file), line);
  /external/autotest/site_utils/suite_scheduler/
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/autotest/client/bin/
os_dep.py 35 for conf_file in glob_result:
36 for conf_file_line in open(conf_file, 'r').readlines():
fsinfo.py 31 def parse_mke2fs_conf(fs_type, conf_file='/etc/mke2fs.conf'):
38 f = open(conf_file, 'r')
  /external/toolchain-utils/bestflags/
example_algorithms.py 77 conf_file = DEFAULT_CONF
79 conf_file = meta_data[CONF]
111 specs = flags.ReadConf(conf_file)
  /external/autotest/client/cros/cellular/wardmodem/
modem_configuration.py 160 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/
tc.c 47 static char *conf_file; variable
351 conf_file = argv[1];
380 if (use_names && cls_names_init(conf_file)) {
  /external/autotest/server/
site_linux_router.py 27 ['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,
    [all...]
  /external/kmod/libkmod/
libkmod-config.c 723 struct conf_file { struct
734 struct conf_file *cf;
870 struct conf_file *cf = list->data;
  /external/lisa/libs/utils/
env.py 314 conf_file = os.path.join(basepath, filepath)
316 self._log.info('Loading target configuration [%s]...', conf_file)
317 conf = JsonConf(conf_file)
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 2555 const char *conf_file = NULL, *phy_name = NULL; local
    [all...]

Completed in 368 milliseconds