Home | History | Annotate | Download | only in init

Lines Matching refs:lchown

275         if (lchown(args[1].c_str(), *uid, *gid) == -1) {
276 return ErrnoError() << "lchown failed";
843 if (lchown(path.c_str(), *uid, *gid) == -1) {
844 return ErrnoError() << "lchown() failed";