Home
last modified time | relevance | path

Searched refs:LCHOWN (Results 1 – 8 of 8) 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/libuv/src/unix/
Dfs.c1721 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/
Dfs.c2834 XX(LCHOWN, lchown) in uv__fs_work()