Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h55 bool Reload(bool load_default_path);
/bionic/libc/bionic/
Dsystem_property_api.cpp137 return system_properties.Reload(false) ? 0 : -1; in __system_properties_zygote_reload()
/bionic/libc/system_properties/
Dsystem_properties.cpp140 bool SystemProperties::Reload(bool load_default_path) { in Reload() function in SystemProperties
/bionic/tests/
Dsystem_properties_test.cpp183 system_properties.Reload(true); in TEST()