Home
last modified time | relevance | path

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

/system/core/init/
Dimport_parser.cpp32 auto conf_file = ExpandProps(args[1]); in ParseSection() local
33 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()
/system/extras/ext4_utils/
Dmkuserimg_mke2fs.py234 with tempfile.NamedTemporaryFile() as conf_file:
236 conf_file.write(conf_data)
237 conf_file.flush()
238 mke2fs_env = {"MKE2FS_CONFIG" : conf_file.name}
/system/apex/apexer/
Dapexer.py516 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'})
/system/libufdt/utils/src/
Dmkdtboimg.py886 if not args.conf_file:
892 global_args, dt_args = parse_config_file(args.conf_file,