Home
last modified time | relevance | path

Searched refs:uid_t (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
DIPCThreadState.h26 typedef int uid_t; typedef
43 uid_t getCallingUid() const;
131 uid_t mCallingUid;
/cts/tests/tests/net/native/src/
DTagSocketTest.cpp44 constexpr uid_t TEST_UID = 10086;
57 uid_t uid, uint32_t tag) { in socketIsTagged()