Searched defs:LCHOWN (Results 1 – 3 of 3) sorted by relevance
6 const LCHOWN = fs.lchown ? 'lchown' : 'chown' constant
146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() function
159 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() function