HomeSort by relevance Sort by last modified time
    Searched full:load_properties_from_file (Results 1 - 1 of 1) sorted by null

  /system/core/init/
property_service.cpp 360 static void load_properties_from_file(const char *, const char *);
397 load_properties_from_file(fn, key);
426 static void load_properties_from_file(const char* filename, const char* filter) { function
495 load_properties_from_file(PROP_PATH_RAMDISK_DEFAULT, NULL);
507 load_properties_from_file(PROP_PATH_LOCAL_OVERRIDE, NULL);
564 load_properties_from_file(PROP_PATH_SYSTEM_BUILD, NULL);
565 load_properties_from_file(PROP_PATH_VENDOR_BUILD, NULL);
566 load_properties_from_file(PROP_PATH_FACTORY, "ro.*");

Completed in 177 milliseconds