Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 8 of 8) sorted by relevance

/libuv/src/unix/
H A Dfs.c243 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 Dtest-fs.c65 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 Dfs.c2397 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 Dunix.h372 double mtime; \
H A Dwin.h642 double mtime; \
/libuv/docs/src/guide/
H A Dfilesystem.rst151 …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 Duv.h1585 double mtime,
1591 double mtime,
1597 double mtime,
/libuv/docs/src/
H A Dfs.rst427 …_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