Searched refs:LCHOWN (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/chownr/ |
D | chownr.js | 6 const LCHOWN = fs.lchown ? 'lchown' : 'chown' constant 69 fs[LCHOWN](cpath, uid, gid, handleEISDIR(cpath, uid, gid, er => {
|
/third_party/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown01.c | 96 TEST(LCHOWN(cleanup, SFILE, user_id, group_id)); in main()
|
D | lchown03.c | 121 TEST(LCHOWN(cleanup, test->pathname, geteuid(), getegid())); in lchown_verify()
|
D | lchown02.c | 134 TEST(LCHOWN(cleanup, file_name, user_id, group_id)); in main()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | compat_tst_16.h | 146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() function
|
D | compat_16.h | 159 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() function
|
/third_party/libuv/src/unix/ |
D | fs.c | 1721 X(LCHOWN, lchown(req->path, req->uid, req->gid)); in uv__fs_work() 1860 INIT(LCHOWN); in uv_fs_lchown()
|
/third_party/libuv/src/win/ |
D | fs.c | 2834 XX(LCHOWN, lchown) in uv__fs_work()
|