Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dio_usage.cpp152 std::string strUid(buffer, s, e - s); in update() local
154 uint32_t uid = (uint32_t)std::stoi(strUid); in update()