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

Method chmod

fs/subfs.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return underlayfs->unlink(path);
158 }
159 virtual int chmod(const char *path, mode_t mode) override
160 {
161 PathCat __(this, path);
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);

Callers 3

OVERRIDE_ASYNCMethod · 0.45
xmp_chmodFunction · 0.45
chmodFunction · 0.45

Calls

no outgoing calls

Tested by 1

chmodFunction · 0.36