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

/system/core/init/
H A Dproperty_service.cpp563 static bool load_properties_from_file(const char *, const char *);
608 load_properties_from_file(fn, key);
649 static bool load_properties_from_file(const char* filename, const char* filter) { function in namespace:android::init
681 if (!load_properties_from_file("/system/etc/prop.default", NULL)) {
683 if (!load_properties_from_file("/prop.default", NULL)) {
685 load_properties_from_file("/default.prop", NULL);
688 load_properties_from_file("/product/build.prop", NULL);
689 load_properties_from_file("/odm/default.prop", NULL);
690 load_properties_from_file("/vendor/default.prop", NULL);
697 load_properties_from_file("/dat
[all...]

Completed in 1629 milliseconds