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

Method utime

fs/subfs.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 return underlayfs->statvfs(path, buf);
212 }
213 virtual int utime(const char *path, const struct utimbuf *file_times) override
214 {
215 PathCat __(this, path);
216 return underlayfs->utime(path, file_times);
217 }
218 virtual int utimes(const char *path, const struct timeval times[2]) override
219 {
220 PathCat __(this, path);

Callers 1

OVERRIDE_ASYNCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected