Home | History | Annotate | Download | only in fd_interposing

Lines Matching refs:uid

784 __open_extended$__interposed__ (const char *path, int oflag, uid_t uid, gid_t gid, int mode, struct kauth_filesec *fsacl)
790 const int fd = ::__open_extended (path, oflag, uid, gid, mode, fsacl);
792 StringSP description_sp(new String ("pid=%i: __open_extended (path='%s', oflag=%i, uid=%i, gid=%i, mode=%i, fsacl=%p) -> fd=%i", pid, path, oflag, uid, gid, mode, fsacl, fd));
801 return ::__open_extended (path, oflag, uid, gid, mode, fsacl);