Home
last modified time | relevance | path

Searched refs:AID_SDK_SANDBOX_PROCESS_END (Results 1 – 5 of 5) sorted by relevance

/system/core/libcutils/
Dmultiuser.cpp44 if (app_id >= AID_SDK_SANDBOX_PROCESS_START && app_id <= AID_SDK_SANDBOX_PROCESS_END) { in multiuser_convert_sdk_sandbox_to_app_uid()
/system/core/libcutils/include_outside_system/cutils/
Dandroid_filesystem_config.h223 #define AID_SDK_SANDBOX_PROCESS_END 29999 /* end of uids allocated to sdk sandbox processes */ macro
/system/core/libcutils/include/cutils/
Dandroid_filesystem_config.h223 #define AID_SDK_SANDBOX_PROCESS_END 29999 /* end of uids allocated to sdk sandbox processes */ macro
/system/core/libcutils/include/private/
Dandroid_filesystem_config.h223 #define AID_SDK_SANDBOX_PROCESS_END 29999 /* end of uids allocated to sdk sandbox processes */ macro
/system/bpfprogs/
DtimeInState.c166 ((uid % AID_USER_OFFSET) <= AID_SDK_SANDBOX_PROCESS_END)) {