Searched refs:load_properties_from_file (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/core/init/ |
H A D | property_service.cpp | 631 static bool load_properties_from_file(const char*, const char*, 762 load_properties_from_file(prop.c_str(), nullptr, properties); in LoadPropertiesFromSecondStageRes() 786 load_properties_from_file("/data/local.prop", nullptr, &properties); in load_override_properties() 1027 load_properties_from_file("/prop.default", nullptr, &properties); in PropertyLoadBootDefaults() 1036 if (load_properties_from_file(path.c_str(), nullptr, &properties)) { in PropertyLoadBootDefaults() 1045 load_properties_from_file(legacy_path1.c_str(), nullptr, &temp); in PropertyLoadBootDefaults() 1046 load_properties_from_file(legacy_path2.c_str(), nullptr, &temp); in PropertyLoadBootDefaults() 1074 load_properties_from_file("/system/build.prop", nullptr, &properties); in PropertyLoadBootDefaults() 1079 load_properties_from_file("/vendor/default.prop", nullptr, &properties); in PropertyLoadBootDefaults() 1081 load_properties_from_file("/vendor/build.prop", nullptr, &properties); in PropertyLoadBootDefaults() [all …]
|