Searched refs:utimes (Results 1 – 3 of 3) sorted by relevance
195 int FL(utimes)(const char* fn, struct timeval t[2]);196 int FN(utimes)(const char* fn, struct timeval t[2]) { in FN() argument199 DO_REAL(utimes, real_fn, t); in FN()
51 MODULE_LDFLAGS += --wrap utimes --wrap link --wrap symlink --wrap rmdir
53 ASSERT_EQ(utimes("::file.txt", NULL), 0, ""); in test_attr()
Completed in 6 milliseconds