MCPcopy Create free account
hub / github.com/coreutils/coreutils / stat

Class stat

src/test.c:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175get_mtime (char const *filename)
176{
177 struct stat finfo;
178 return (stat (filename, &finfo) < 0
179 ? make_timespec (TYPE_MINIMUM (time_t), -1)
180 : get_stat_mtime (&finfo));

Callers 3

get_mtimeFunction · 0.70
binary_operatorFunction · 0.70
unary_operatorFunction · 0.70

Calls

no outgoing calls

Tested by 3

get_mtimeFunction · 0.56
binary_operatorFunction · 0.56
unary_operatorFunction · 0.56