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

Method lutimes

fs/extfs/extfs.cpp:1362–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360 DO_EXT2FS(do_ext2fs_utimes(fs, path, tv, 1));
1361 }
1362 int lutimes(const char *path, const struct timeval tv[2]) override {
1363 DO_EXT2FS(do_ext2fs_utimes(fs, path, tv, 0));
1364 }
1365 int chown(const char *path, uid_t owner, gid_t group) override {
1366 DO_EXT2FS(do_ext2fs_chown(fs, path, owner, group, 1))
1367 }

Callers 1

lutimesFunction · 0.45

Calls 1

do_ext2fs_utimesFunction · 0.85

Tested by 1

lutimesFunction · 0.36