Home
last modified time | relevance | path

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

/system/core/liblog/
Dpmsg_reader.cpp78 static uid_t last_uid = (uid_t)-1; in get_best_effective_uid() local
80 if (last_uid != (uid_t)-1) { in get_best_effective_uid()
81 return last_uid; in get_best_effective_uid()
85 return last_uid = uid; in get_best_effective_uid()
89 return last_uid = euid; in get_best_effective_uid()
93 return last_uid = gid; in get_best_effective_uid()
97 return last_uid = gid; in get_best_effective_uid()
106 return last_uid = list[i]; in get_best_effective_uid()
110 return last_uid = uid; in get_best_effective_uid()