Searched refs:pid_to_uid_map_ (Results 1 – 2 of 2) sorted by relevance
101 pid_to_uid_map_.clear(); in Clear()145 if (auto it = pid_to_uid_map_.find(pid); it != pid_to_uid_map_.end()) { in GetUidForProcess()149 pid_to_uid_map_[pid] = uid; in GetUidForProcess()
88 std::unordered_map<pid_t, std::optional<uid_t>> pid_to_uid_map_; variable