Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dio_usage.cpp154 std::string strUid(buffer, s, e - s); in update() local
157 LOG(INFO) << "(pid, name, uid)=(" << pid << ", " << pname << ", " << strUid << ")" in update()
159 uint32_t uid = (uint32_t)std::stoi(strUid); in update()