Searched refs:uids (Results 1 – 1 of 1) sorted by relevance
63 std::vector<uid_t> uids; in OwnerUids() local73 uids.reserve(4); in OwnerUids()77 uids.push_back(uid); in OwnerUids()81 CF_EXPECT(!uids.empty(), "The \"Uid:\" line was not found"); in OwnerUids()83 .real_ = uids.at(0), in OwnerUids()84 .effective_ = uids.at(1), in OwnerUids()85 .saved_set_ = uids.at(2), in OwnerUids()86 .filesystem_ = uids.at(3), in OwnerUids()