Searched refs:fchown (Results 1 – 25 of 83) sorted by relevance
1234
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | fchown.c | 37 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()
|
D | test_src_functionalext_supplement_unistd.gni | 52 "fchown",
|
/third_party/node/test/parallel/ |
D | test-fs-fchown.js | 8 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/ |
D | fchown.c | 6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() function
|
/third_party/toybox/toys/posix/ |
D | cpio.c | 177 err = fchown(fd, uid, gid); in cpio_main() 198 err = fchown(fd, uid, gid); in cpio_main()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open13.c | 134 TEST(fchown(fd, 1000, 1000)); in verify_fchown()
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
D | polyfills.js | 46 fs.fchown = chownFix(fs.fchown)
|
/third_party/toybox/toys/other/ |
D | login.c | 119 if (fchown(tty, pwd->pw_uid, pwd->pw_gid) || fchmod(tty, 0600)) in login_main()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | compat_tst_16.h | 143 TST_CREATE_SYSCALL(fchown, fd, owner, group); in FCHOWN()
|
D | compat_16.h | 156 LTP_CREATE_SYSCALL(fchown, cleanup, fd, owner, group); in FCHOWN()
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 124 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/ |
D | aarch64.in | 56 fchown 55
|
D | arc.in | 56 fchown 55
|
D | sparc64.in | 108 fchown 123
|
D | ia64.in | 77 fchown 1100
|
D | mips_n64.in | 92 fchown 5091
|
D | s390x.in | 157 fchown 207
|
D | mips_n32.in | 92 fchown 6091
|
D | sh.in | 86 fchown 95
|
D | x86_64.in | 94 fchown 93
|
D | powerpc64.in | 96 fchown 95
|
D | powerpc.in | 96 fchown 95
|
D | s390.in | 80 fchown 95
|
D | i386.in | 96 fchown 95
|
D | sparc.in | 123 fchown 123
|
1234