Home
last modified time | relevance | path

Searched defs:clientHasLogCredentials (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/logging/logd/
H A DLogPermissions.cpp137 bool clientHasLogCredentials(uid_t uid, gid_t gid, pid_t pid) { in clientHasLogCredentials() function
145 bool clientHasLogCredentials(SocketClient* cli) { in clientHasLogCredentials() function
/aosp_15_r20/system/logging/liblog/tests/
H A Dliblog_test.cpp1725 bool clientHasLogCredentials = true; in TEST() local