Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DSocketClient.h39 gid_t getGid() const { return mGid; } in getGid() function
/system/core/logd/
DFlushCommand.cpp80 return (client->getUid() == AID_SYSTEM) || (client->getGid() == AID_SYSTEM); in clientHasSecurityCredentials()
DLogCommand.cpp144 return clientHasLogCredentials(cli->getUid(), cli->getGid(), cli->getPid()); in clientHasLogCredentials()
DLogReader.cpp212 cli->getUid(), cli->getGid(), cli->getPid(), nonBlock ? 'n' : 'b', tail, in onDataAvailable()