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

Method lutimes

fs/subfs.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 return underlayfs->utimes(path, times);
222 }
223 virtual int lutimes(const char *path, const struct timeval times[2]) override
224 {
225 PathCat __(this, path);
226 return underlayfs->lutimes(path, times);
227 }
228 virtual int mknod(const char *path, mode_t mode, dev_t dev) override
229 {
230 PathCat __(this, path);

Callers 1

OVERRIDE_ASYNCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected