Home
last modified time | relevance | path

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

/system/core/init/
Dimport_parser.cpp34 std::string conf_file; in ParseSection() local
35 bool ret = expand_props(args[1], &conf_file); in ParseSection()
41 INFO("Added '%s' to import list\n", conf_file.c_str()); in ParseSection()
42 imports_.emplace_back(std::move(conf_file)); in ParseSection()
/system/core/libcutils/
Dfs_config.c115 static const char conf_file[] = "/system/etc/fs_config_files"; variable
125 { 00444, AID_ROOT, AID_ROOT, 0, conf_file + 1 },
177 … if (asprintf(&name, "%s%s", target_out_path, (dir ? conf_dir : conf_file) + skip_len) != -1) { in fs_config_open()
183 fd = TEMP_FAILURE_RETRY(open(dir ? conf_dir : conf_file, O_RDONLY | O_BINARY)); in fs_config_open()
228 ALOGE("%s len is corrupted", dir ? conf_dir : conf_file); in fs_config()
233 ALOGE("%s out of memory", dir ? conf_dir : conf_file); in fs_config()
238 ALOGE("%s prefix is truncated", dir ? conf_dir : conf_file); in fs_config()
244 ALOGE("%s is corrupted", dir ? conf_dir : conf_file); in fs_config()