Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.c53 prop_area *__system_property_area__ = (void*) &dummy_props; variable
62 if(__system_property_area__ != ((void*) &dummy_props)) { in __system_properties_init()
88 __system_property_area__ = pa; in __system_properties_init()
94 prop_area *pa = __system_property_area__; in __system_property_find_nth()
105 prop_area *pa = __system_property_area__; in __system_property_find()
247 prop_area *pa = __system_property_area__; in __system_property_wait()