Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp623 static bool load_properties_from_file(const char*, const char*,
685 load_properties_from_file(expanded_filename->c_str(), key, properties); in LoadProperties()
732 static bool load_properties_from_file(const char* filename, const char* filter, in load_properties_from_file() function
769 load_properties_from_file("/data/local.prop", nullptr, &properties); in load_override_properties()
890 load_properties_from_file("/prop.default", nullptr, &properties); in PropertyLoadBootDefaults()
899 if (load_properties_from_file(path.c_str(), nullptr, &properties)) { in PropertyLoadBootDefaults()
908 load_properties_from_file(legacy_path1.c_str(), nullptr, &temp); in PropertyLoadBootDefaults()
909 load_properties_from_file(legacy_path2.c_str(), nullptr, &temp); in PropertyLoadBootDefaults()
925 load_properties_from_file(legacy_path1.c_str(), nullptr, &properties); in PropertyLoadBootDefaults()
926 load_properties_from_file(legacy_path2.c_str(), nullptr, &properties); in PropertyLoadBootDefaults()
[all …]