Searched refs:BROWSER_UID_BASE (Results 1 – 2 of 2) sorted by relevance
24 #define BROWSER_UID_BASE 20000000 macro35 if ((getuid() / BROWSER_UID_BASE) != 0) { \44 if ((getuid() / BROWSER_UID_BASE) != 0) { \53 if ((getuid() / BROWSER_UID_BASE) != 0) { \62 if ((getuid() / BROWSER_UID_BASE) != 0) { \71 if ((getuid() / BROWSER_UID_BASE) != 0) { \
23 constexpr uint32_t BROWSER_UID_BASE = 20000000; variable44 if ((getuid() / BROWSER_UID_BASE) != 0) { in HiLogAdapterPrintLog()