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

  /bionic/libc/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
_system_properties.h 40 #define PROP_AREA_MAGIC 0x504f5250
  /bionic/libc/bionic/
system_properties.c 81 if((pa->magic != PROP_AREA_MAGIC) || (pa->version != PROP_AREA_VERSION)) {
  /system/core/init/
property_service.c 158 pa->magic = PROP_AREA_MAGIC;

Completed in 137 milliseconds