HomeSort by relevance Sort by last modified time
    Searched refs:__system_property_area__ (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
system_properties_compat.c 69 extern prop_area *__system_property_area__;
73 prop_area_compat *pa = (prop_area_compat *)__system_property_area__;
123 prop_area_compat *pa = (prop_area_compat *)__system_property_area__;
system_properties.cpp 156 prop_area *__system_property_area__ = NULL; variable
217 __system_property_area__ = pa;
255 __system_property_area__ = pa;
300 prop_area *pa = __system_property_area__;
342 if (!__system_property_area__)
345 return (__system_property_area__->data + off);
656 prop_area *pa = __system_property_area__;
677 prop_area *pa = __system_property_area__;
708 prop_area *pa = __system_property_area__;
  /libnativehelper/tests/
JniInvocation_test.cpp 40 extern void *__system_property_area__;
54 old_pa = __system_property_area__;
55 __system_property_area__ = NULL;
70 __system_property_area__ = old_pa;
  /bionic/benchmarks/
property_benchmark.cpp 29 extern void *__system_property_area__;
54 old_pa = __system_property_area__;
55 __system_property_area__ = NULL;
112 __system_property_area__ = old_pa;
  /bionic/tests/
system_properties_test.cpp 28 extern void *__system_property_area__;
42 old_pa = __system_property_area__;
43 __system_property_area__ = NULL;
58 __system_property_area__ = old_pa;

Completed in 717 milliseconds