Searched refs:UID (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h58 inline uint32 UID() const { return fNode.uid; } function in class:Node
H A Dchecksumfs.cpp401 } else if (uid == node->UID()) {
1412 st->st_uid = node->UID();
1446 bool isOwnerOrRoot = uid == 0 || uid == node->UID();
1463 if ((statMask & B_STAT_UID) != 0 && st->st_uid != node->UID()) {
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp169 const uid_t UID() const { return fUID; } function in class:AuthenticationManager::User
481 fUsersByID[user->UID()] = user;
489 fUsersByID.erase(fUsersByID.find(user->UID()));
498 fUsersByID.erase(fUsersByID.find(user->UID()));
1045 if (oldUser->UID() != user->UID()

Completed in 56 milliseconds