Home
last modified time | relevance | path

Searched refs:LCHOWN (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/chownr/
Dchownr.js6 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/
Dlchown01.c96 TEST(LCHOWN(cleanup, SFILE, user_id, group_id)); in main()
Dlchown03.c121 TEST(LCHOWN(cleanup, test->pathname, geteuid(), getegid())); in lchown_verify()
Dlchown02.c134 TEST(LCHOWN(cleanup, file_name, user_id, group_id)); in main()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() function
Dcompat_16.h159 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() function
/third_party/node/deps/uv/src/unix/
Dfs.c1722 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/
Dfs.c1743 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/
Dfs.c2834 XX(LCHOWN, lchown) in uv__fs_work()
/third_party/libuv/src/win/
Dfs.c2834 XX(LCHOWN, lchown) in uv__fs_work()
/third_party/node/src/
Dnode_file.cc148 FS_TYPE_TO_NAME(LCHOWN, "lchown") in get_fs_func_name_by_type()
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs34852 var LCHOWN = fs6.lchown ? "lchown" : "chown";
34892 fs6[LCHOWN](cpath, uid, gid, handleEISDIR(cpath, uid, gid, (er) => {