Searched refs:LCHOWN (Results 1 – 12 of 12) 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/node/deps/uv/src/unix/ |
D | fs.c | 1722 X(LCHOWN, lchown(req->path, req->uid, req->gid)); in uv__fs_work() 1861 INIT(LCHOWN); in uv_fs_lchown()
|
/third_party/libuv/src/unix/ |
D | fs.c | 1743 X(LCHOWN, lchown(req->path, req->uid, req->gid)); in uv__fs_work() 1882 INIT(LCHOWN); in uv_fs_lchown()
|
/third_party/node/deps/uv/src/win/ |
D | fs.c | 2834 XX(LCHOWN, lchown) in uv__fs_work()
|
/third_party/libuv/src/win/ |
D | fs.c | 2834 XX(LCHOWN, lchown) in uv__fs_work()
|
/third_party/node/src/ |
D | node_file.cc | 148 FS_TYPE_TO_NAME(LCHOWN, "lchown") in get_fs_func_name_by_type()
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 34852 var LCHOWN = fs6.lchown ? "lchown" : "chown"; 34892 fs6[LCHOWN](cpath, uid, gid, handleEISDIR(cpath, uid, gid, (er) => {
|