Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgcredentials.c349 GCredentials *other_credentials, in g_credentials_is_same_user() argument
355 g_return_val_if_fail (G_IS_CREDENTIALS (other_credentials), FALSE); in g_credentials_is_same_user()
361 && credentials->native.uid == other_credentials->native.uid) in g_credentials_is_same_user()
364 if (credentials->native.cr_version == other_credentials->native.cr_version && in g_credentials_is_same_user()
365 credentials->native.cr_uid == other_credentials->native.cr_uid) in g_credentials_is_same_user()
368 if (credentials->native.cmcred_euid == other_credentials->native.cmcred_euid) in g_credentials_is_same_user()
371 if (credentials->native.unp_euid == other_credentials->native.unp_euid) in g_credentials_is_same_user()
374 if (credentials->native.uid == other_credentials->native.uid) in g_credentials_is_same_user()
377 if (ucred_geteuid (credentials->native) == ucred_geteuid (other_credentials->native)) in g_credentials_is_same_user()
Dgcredentials.h67 GCredentials *other_credentials,