Lines Matching refs:atime
2393 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle() argument
2396 TIME_T_TO_FILETIME(atime, &filetime_a); in fs__utime_handle()
2407 double atime, in fs__utime_impl_from_path() argument
2430 if (fs__utime_handle(handle, atime, mtime) != 0) in fs__utime_impl_from_path()
2443 req->fs.time.atime, in fs__utime_impl()
2481 if (fs__utime_handle(handle, req->fs.time.atime, req->fs.time.mtime) != 0) { in fs__futime()
3509 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() argument
3520 req->fs.time.atime = atime; in uv_fs_utime()
3526 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() argument
3530 req->fs.time.atime = atime; in uv_fs_futime()
3535 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_lutime() argument
3546 req->fs.time.atime = atime; in uv_fs_lutime()