Home
last modified time | relevance | path

Searched refs:fchown (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dfchown.c37 int result = fchown(fd, 0, 0); in fchown_0100()
54 int result = fchown(fd, 0, -1); in fchown_0200()
71 int result = fchown(fd, -1, 0); in fchown_0300()
89 int result = fchown(fd, 0, 0); in fchown_0400()
102 int result = fchown(-1, 0, 0); in fchown_0500()
Dtest_src_functionalext_supplement_unistd.gni52 "fchown",
/third_party/node/test/parallel/
Dtest-fs-fchown.js8 assert.throws(() => fs.fchown(input), errObj);
13 assert.throws(() => fs.fchown(1, input), errObj);
18 assert.throws(() => fs.fchown(1, 1, input), errObj);
/third_party/musl/src/unistd/
Dfchown.c6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() function
/third_party/toybox/toys/posix/
Dcpio.c177 err = fchown(fd, uid, gid); in cpio_main()
198 err = fchown(fd, uid, gid); in cpio_main()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen13.c134 TEST(fchown(fd, 1000, 1000)); in verify_fchown()
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js46 fs.fchown = chownFix(fs.fchown)
/third_party/toybox/toys/other/
Dlogin.c119 if (fchown(tty, pwd->pw_uid, pwd->pw_gid) || fchmod(tty, 0600)) in login_main()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h143 TST_CREATE_SYSCALL(fchown, fd, owner, group); in FCHOWN()
Dcompat_16.h156 LTP_CREATE_SYSCALL(fchown, cleanup, fd, owner, group); in FCHOWN()
/third_party/node/lib/internal/fs/
Dpromises.js124 return fsCall(fchown, this, uid, gid);
630 async function fchown(handle, uid, gid) { function
633 return binding.fchown(handle.fd, uid, gid, kUsePromises);
/third_party/ltp/include/lapi/syscalls/
Daarch64.in56 fchown 55
Darc.in56 fchown 55
Dsparc64.in108 fchown 123
Dia64.in77 fchown 1100
Dmips_n64.in92 fchown 5091
Ds390x.in157 fchown 207
Dmips_n32.in92 fchown 6091
Dsh.in86 fchown 95
Dx86_64.in94 fchown 93
Dpowerpc64.in96 fchown 95
Dpowerpc.in96 fchown 95
Ds390.in80 fchown 95
Di386.in96 fchown 95
Dsparc.in123 fchown 123

1234