Searched refs:getNameForUid (Results 1 – 2 of 2) sorted by relevance
44 bool getNameForUid(uint32_t uid, std::string *name);
164 bool ProcPidIoStats::getNameForUid(uint32_t uid, std::string *name) { in getNameForUid() function in ProcPidIoStats208 if (!mProcIoStats.getNameForUid(uid, &pname)) { in updateUnknownUidList()