_SetFileTimeStamp 266 include/lolevel.h extern int _SetFileTimeStamp(const char *file_path, int time1, int time2); _SetFileTimeStamp 269 include/lolevel.h extern int _SetFileTimeStamp(int fd, int time1, int time2); _SetFileTimeStamp 945 platform/generic/wrappers.c res=_SetFileTimeStamp(file, newTimes->modtime, newTimes->actime); _SetFileTimeStamp 949 platform/generic/wrappers.c res=_SetFileTimeStamp(fd, newTimes->modtime, newTimes->actime);