Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp59 std::regex uid_pattern(R"(Uid:\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+))"); in OwnerUids() local
67 if (!std::regex_match(line, matches, uid_pattern)) { in OwnerUids()
309 std::regex uid_pattern(R"(PPid:\s*([0-9]+))"); in Ppid() local
315 if (!std::regex_match(line, matches, uid_pattern)) { in Ppid()