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

  /bionic/libc/include/sys/
_system_properties.h 87 ** __system_property_area_serial then the second call will return a larger
95 uint32_t __system_property_area_serial(void);
  /bionic/libc/private/
CachedProperty.h 67 uint32_t property_area_serial = __system_property_area_serial();
  /bionic/libc/bionic/
system_property_api.cpp 65 uint32_t __system_property_area_serial() { function
  /system/core/liblog/
properties.c 141 current_global_serial = __system_property_area_serial();
294 uint32_t current_serial = __system_property_area_serial();
337 current_serial = __system_property_area_serial();
547 current_serial = __system_property_area_serial();

Completed in 71 milliseconds