Searched refs:load_properties_from_file (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/init/ |
H A D | property_service.cpp | 690 static Result<void> load_properties_from_file(const char*, const char*, 849 load_properties_from_file("/data/local.prop", nullptr, &properties); in load_override_properties() 1135 if (load_properties_from_file(path.c_str(), nullptr, &properties).ok()) { in PropertyLoadBootDefaults() 1144 load_properties_from_file(legacy_path1.c_str(), nullptr, &temp); in PropertyLoadBootDefaults() 1145 load_properties_from_file(legacy_path2.c_str(), nullptr, &temp); in PropertyLoadBootDefaults() 1161 load_properties_from_file(legacy_path1.c_str(), nullptr, &properties); in PropertyLoadBootDefaults() 1162 load_properties_from_file(legacy_path2.c_str(), nullptr, &properties); in PropertyLoadBootDefaults() 1181 load_properties_from_file("/system_dlkm/etc/build.prop", nullptr, &properties); in PropertyLoadBootDefaults() 1185 load_properties_from_file("/vendor/default.prop", nullptr, &properties); in PropertyLoadBootDefaults() 1187 load_properties_from_file("/vendor/build.prop", nullptr, &properties); in PropertyLoadBootDefaults() [all …]
|