OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:load_properties_from_file
(Results
1 - 1
of
1
) sorted by null
/system/core/init/
property_service.c
358
static void
load_properties_from_file
(const char *, const char *);
395
load_properties_from_file
(fn, key);
424
static void
load_properties_from_file
(const char *fn, const char *filter)
function
506
load_properties_from_file
(PROP_PATH_RAMDISK_DEFAULT, NULL);
521
load_properties_from_file
(PROP_PATH_LOCAL_OVERRIDE, NULL);
541
load_properties_from_file
(PROP_PATH_SYSTEM_BUILD, NULL);
542
load_properties_from_file
(PROP_PATH_SYSTEM_DEFAULT, NULL);
543
load_properties_from_file
(PROP_PATH_FACTORY, "ro.*");
Completed in 273 milliseconds