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

Method utimes

fs/subfs.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
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);

Callers 1

OVERRIDE_ASYNCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected