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

Method opendir

fs/subfs.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 return underlayfs->lchown(path, owner, group);
173 }
174 virtual DIR* opendir(const char *path) override
175 {
176 PathCat __(this, path);
177 return underlayfs->opendir(path);
178 }
179 virtual int stat(const char *path, struct stat *buf) override
180 {
181 PathCat __(this, path);

Callers 3

OVERRIDE_ASYNCMethod · 0.45
xmp_opendirFunction · 0.45
enter_dirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected