Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties_compat.c69 extern prop_area *__system_property_area__;
73 prop_area_compat *pa = (prop_area_compat *)__system_property_area__; in __system_property_find_compat()
123 prop_area_compat *pa = (prop_area_compat *)__system_property_area__; in __system_property_foreach_compat()
Dsystem_properties.cpp156 prop_area *__system_property_area__ = NULL; variable
217 __system_property_area__ = pa; in map_prop_area_rw()
255 __system_property_area__ = pa; in map_fd_ro()
300 prop_area *pa = __system_property_area__; in allocate_obj()
342 if (!__system_property_area__) in to_prop_obj()
345 return (__system_property_area__->data + off); in to_prop_obj()
656 prop_area *pa = __system_property_area__; in __system_property_update()
677 prop_area *pa = __system_property_area__; in __system_property_add()
708 prop_area *pa = __system_property_area__; in __system_property_wait_any()
/bionic/benchmarks/
Dproperty_benchmark.cpp29 extern void *__system_property_area__;
54 old_pa = __system_property_area__; in LocalPropertyTestState()
55 __system_property_area__ = NULL; in LocalPropertyTestState()
112 __system_property_area__ = old_pa; in ~LocalPropertyTestState()
/bionic/tests/
Dsystem_properties_test.cpp28 extern void *__system_property_area__;
42 old_pa = __system_property_area__; in LocalPropertyTestState()
43 __system_property_area__ = NULL; in LocalPropertyTestState()
58 __system_property_area__ = old_pa; in ~LocalPropertyTestState()