Home
last modified time | relevance | path

Searched defs:AID_USER_OFFSET (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/app_api/java/com/android/simpleperf/
H A DProfileSession.java110 final int AID_USER_OFFSET = 100000; in ProfileSession() local
/aosp12/system/security/keystore2/src/
H A Dutils.rs225 pub const AID_USER_OFFSET: u32 = cutils_bindgen::AID_USER_OFFSET; const
/aosp12/system/core/libcutils/include/cutils/
H A Dandroid_filesystem_config.h215 #define AID_USER_OFFSET 100000 /* offset for uid ranges for each user */ macro
/aosp12/system/core/libcutils/include/private/
H A Dandroid_filesystem_config.h215 #define AID_USER_OFFSET 100000 /* offset for uid ranges for each user */ macro
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dandroid_filesystem_config.h215 #define AID_USER_OFFSET 100000 /* offset for uid ranges for each user */ macro
/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp35 constexpr int AID_USER_OFFSET = 100000; variable