MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / chown

Method chown

fs/subfs.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 return underlayfs->chmod(path, mode);
163 }
164 virtual int chown(const char *path, uid_t owner, gid_t group) override
165 {
166 PathCat __(this, path);
167 return underlayfs->chown(path, owner, group);
168 }
169 virtual int lchown(const char *path, uid_t owner, gid_t group) override
170 {
171 PathCat __(this, path);

Callers 3

OVERRIDE_ASYNCMethod · 0.45
xmp_chownFunction · 0.45
chownFunction · 0.45

Calls

no outgoing calls

Tested by 1

chownFunction · 0.36