Home
last modified time | relevance | path

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

/system/core/liblog/
Dpmsg_reader.c80 static uid_t last_uid = (uid_t)-1; in get_best_effective_uid() local
82 if (last_uid != (uid_t)-1) { in get_best_effective_uid()
83 return last_uid; in get_best_effective_uid()
87 return last_uid = uid; in get_best_effective_uid()
91 return last_uid = euid; in get_best_effective_uid()
95 return last_uid = gid; in get_best_effective_uid()
99 return last_uid = gid; in get_best_effective_uid()
108 return last_uid = list[i]; in get_best_effective_uid()
112 return last_uid = uid; in get_best_effective_uid()