Searched defs:atime (Results 1 – 3 of 3) sorted by relevance
/libuv/test/ |
H A D | test-fs.c | 64 double atime; member 813 double atime, in check_utime() 2669 double atime; in TEST_IMPL() local 2716 double atime; in TEST_IMPL() local 2790 double atime; in TEST_IMPL() local 2855 double atime; in TEST_IMPL() local
|
/libuv/src/win/ |
H A D | fs.c | 2393 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle() 2407 double atime, in fs__utime_impl_from_path() 3509 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double 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() 3535 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_lutime()
|
/libuv/src/unix/ |
H A D | fs.c | 1928 double atime, in uv_fs_futime() 1941 double atime, in uv_fs_lutime() 2210 double atime, in uv_fs_utime()
|
Completed in 25 milliseconds