Lines Matching defs:atime
2269 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) {
2272 TIME_T_TO_FILETIME(atime, &filetime_a);
2283 double atime,
2306 if (fs__utime_handle(handle, atime, mtime) != 0)
2319 req->fs.time.atime,
2357 if (fs__utime_handle(handle, req->fs.time.atime, req->fs.time.mtime) != 0) {
3378 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime,
3389 req->fs.time.atime = atime;
3395 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime,
3399 req->fs.time.atime = atime;
3404 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime,
3415 req->fs.time.atime = atime;