Home
last modified time | relevance | path

Searched defs:LCHOWN (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/chownr/
Dchownr.js6 const LCHOWN = fs.lchown ? 'lchown' : 'chown' constant
/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