Searched refs:conf_file (Results 1 – 3 of 3) sorted by relevance
32 auto conf_file = ExpandProps(args[1]); in ParseSection() local33 if (!conf_file.ok()) { in ParseSection()34 return Error() << "Could not expand import: " << conf_file.error(); in ParseSection()37 LOG(INFO) << "Added '" << *conf_file << "' to import list"; in ParseSection()39 imports_.emplace_back(std::move(*conf_file), line); in ParseSection()
217 with tempfile.NamedTemporaryFile() as conf_file:219 conf_file.write(conf_data)220 conf_file.flush()221 mke2fs_env = {"MKE2FS_CONFIG" : conf_file.name}
845 if not args.conf_file:851 global_args, dt_args = parse_config_file(args.conf_file,