Lines Matching defs:atime
2250 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) {
2253 TIME_T_TO_FILETIME(atime, &filetime_a);
2264 double atime,
2287 if (fs__utime_handle(handle, atime, mtime) != 0)
2300 req->fs.time.atime,
2338 if (fs__utime_handle(handle, req->fs.time.atime, req->fs.time.mtime) != 0) {
3365 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime,
3376 req->fs.time.atime = atime;
3382 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime,
3386 req->fs.time.atime = atime;
3391 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime,
3402 req->fs.time.atime = atime;