Searched refs:mtime (Results 1 – 8 of 8) sorted by relevance
/libuv/src/unix/ |
H A D | fs.c | 243 ts[1] = uv__fs_to_timespec(req->mtime); in uv__fs_futime() 253 tv[1] = uv__fs_to_timeval(req->mtime); in uv__fs_futime() 264 atr.att_mtime = req->mtime; in uv__fs_futime() 1169 buf.modtime = req->mtime; in uv__fs_utime() 1176 atr.att_mtime = req->mtime; in uv__fs_utime() 1929 double mtime, in uv_fs_futime() argument 1934 req->mtime = mtime; in uv_fs_futime() 1942 double mtime, in uv_fs_lutime() argument 1947 req->mtime = mtime; in uv_fs_lutime() 2211 double mtime, in uv_fs_utime() argument [all …]
|
/libuv/test/ |
H A D | test-fs.c | 65 double mtime; member 814 double mtime, in check_utime() argument 844 if (mtime > 0 || (long) mtime == mtime) in check_utime() 2670 double mtime; in TEST_IMPL() local 2697 checkme.mtime = mtime; in TEST_IMPL() 2717 double mtime; in TEST_IMPL() local 2791 double mtime; in TEST_IMPL() local 2833 checkme.mtime = mtime; in TEST_IMPL() 2856 double mtime; in TEST_IMPL() local 2892 checkme.mtime = mtime; in TEST_IMPL() [all …]
|
/libuv/src/win/ |
H A D | fs.c | 2397 TIME_T_TO_FILETIME(mtime, &filetime_m); in fs__utime_handle() 2408 double mtime, in fs__utime_impl_from_path() argument 2430 if (fs__utime_handle(handle, atime, mtime) != 0) in fs__utime_impl_from_path() 2444 req->fs.time.mtime, in fs__utime_impl() 2481 if (fs__utime_handle(handle, req->fs.time.atime, req->fs.time.mtime) != 0) { in fs__futime() 3510 double mtime, uv_fs_cb cb) { in uv_fs_utime() argument 3521 req->fs.time.mtime = mtime; in uv_fs_utime() 3527 double mtime, uv_fs_cb cb) { in uv_fs_futime() argument 3531 req->fs.time.mtime = mtime; in uv_fs_futime() 3536 double mtime, uv_fs_cb cb) { in uv_fs_lutime() argument [all …]
|
/libuv/include/uv/ |
H A D | unix.h | 372 double mtime; \
|
H A D | win.h | 642 double mtime; \
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 151 …int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs… 152 …int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb… 153 …int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_f…
|
/libuv/include/ |
H A D | uv.h | 1585 double mtime, 1591 double mtime, 1597 double mtime,
|
/libuv/docs/src/ |
H A D | fs.rst | 427 …_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) 428 … uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb cb) 429 …fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb)
|
Completed in 39 milliseconds