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

  /system/core/libcutils/include/private/
android_filesystem_config.h 149 #define AID_OEM_RESERVED_2_END 5999
  /bionic/libc/bionic/
grp_pwd.cpp 321 // AID_OEM_RESERVED_2_START to AID_OEM_RESERVED_2_END (5000-5999)
325 ((id >= AID_OEM_RESERVED_2_START) && (id <= AID_OEM_RESERVED_2_END)));
508 end += AID_OEM_RESERVED_2_END - AID_OEM_RESERVED_2_START + 1;
635 end += AID_OEM_RESERVED_2_END - AID_OEM_RESERVED_2_START + 1;

Completed in 8270 milliseconds