Lines Matching defs:mode
403 return open(req->path, req->flags | O_CLOEXEC, req->mode);
410 r = open(req->path, req->flags, req->mode);
992 * non-blocking mode and not all data could be written. If a non-zero
1167 /* Get the source file's mode. */
1195 /* Get the destination file's mode. */
1410 int mode;
1418 mode = 0xFFF; /* STATX_BASIC_STATS + STATX_BTIME */
1428 rc = uv__statx(dirfd, path, flags, mode, &statxbuf);
1586 X(CHMOD, chmod(req->path, req->mode));
1590 X(FCHMOD, fchmod(req->file, req->mode));
1601 X(MKDIR, mkdir(req->path, req->mode));
1682 int mode,
1686 req->mode = mode;
1718 int mode,
1722 req->mode = mode;
1851 int mode,
1855 req->mode = mode;
1891 int mode,
1896 req->mode = mode;