Searched refs:conf_file (Results 1 – 4 of 4) 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()
234 with tempfile.NamedTemporaryFile() as conf_file:236 conf_file.write(conf_data)237 conf_file.flush()238 mke2fs_env = {"MKE2FS_CONFIG" : conf_file.name}
516 suffix='mke2fs.conf') as conf_file:518 conf_file.write(conf_data)519 conf_file.flush()521 {'MKE2FS_CONFIG': conf_file.name, 'E2FSPROGS_FAKE_TIME': '1'})
886 if not args.conf_file:892 global_args, dt_args = parse_config_file(args.conf_file,