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 207 prop_area *__system_property_area__ = NULL; variable
807 if (pa_ == __system_property_area__) {
808 __system_property_area__ = nullptr;
818 __system_property_area__ = nullptr;
823 __system_property_area__ =
826 __system_property_area__ = map_prop_area(filename, false);
828 return __system_property_area__;
1004 if (__system_property_area__) {
1005 munmap(__system_property_area__, pa_size);
1006 __system_property_area__ = nullptr
    [all...]
  /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 31 extern void* __system_property_area__;
56 old_pa = __system_property_area__;
57 __system_property_area__ = NULL;
114 __system_property_area__ = old_pa;
  /bionic/tests/
system_properties_test.cpp 30 extern void *__system_property_area__;

Completed in 184 milliseconds