Searched refs:futimesat (Results 1 – 3 of 3) sorted by relevance
38 int futimesat(int fd, const char *path, const struct timeval times[2]);
515 futimesat(int fd, const char *path, const struct timeval times[2]) in futimesat() function
178 return futimesat(fFD, fPath, times); in SetTimes()