Searched refs:load_properties_from_file (Results 1 – 1 of 1) sorted by relevance
/system/core/init/ |
D | property_service.cpp | 709 static Result<void> load_properties_from_file(const char*, const char*, 771 if (auto res = load_properties_from_file(expanded_filename->c_str(), key, properties); in LoadProperties() 821 static Result<void> load_properties_from_file(const char* filename, const char* filter, in load_properties_from_file() function 842 if (auto res = load_properties_from_file(prop.c_str(), nullptr, properties); !res.ok()) { in LoadPropertiesFromSecondStageRes() 868 load_properties_from_file("/data/local.prop", nullptr, &properties); in load_override_properties() 1162 if (auto res = load_properties_from_file("/prop.default", nullptr, &properties); in PropertyLoadBootDefaults() 1174 if (load_properties_from_file(path.c_str(), nullptr, &properties).ok()) { in PropertyLoadBootDefaults() 1183 load_properties_from_file(legacy_path1.c_str(), nullptr, &temp); in PropertyLoadBootDefaults() 1184 load_properties_from_file(legacy_path2.c_str(), nullptr, &temp); in PropertyLoadBootDefaults() 1200 load_properties_from_file(legacy_path1.c_str(), nullptr, &properties); in PropertyLoadBootDefaults() [all …]
|