Home | History | Annotate | Download | only in gio

Lines Matching refs:uid

1633   uid_t uid;
1673 /* No global trash dir, or it failed the tests, fall back to $topdir/.Trash-$uid */
1674 uid = geteuid ();
1675 g_snprintf (uid_str, sizeof (uid_str), "%lu", (unsigned long) uid);
1687 trash_stat.st_uid == uid;
1758 uid_t uid;
1761 uid = geteuid ();
1762 g_snprintf (uid_str, sizeof (uid_str), "%lu", (unsigned long)uid);
1773 /* Try looking for global trash dir $topdir/.Trash/$uid */
1784 trash_stat.st_uid != uid)
1803 /* No global trash dir, or it failed the tests, fall back to $topdir/.Trash-$uid */
1814 trash_stat.st_uid != uid)
1830 /* Ensure that the created dir has the right uid etc.