OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_fs_utime
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-queue-foreach-delete.c
158
r =
uv_fs_utime
(thandle->loop, &fs_req, watched_dir, 0, 0, NULL);
161
ASSERT_EQ(fs_req.fs_type,
UV_FS_UTIME
);
test-threadpool-cancel.c
354
ASSERT_OK(
uv_fs_utime
(loop, reqs + n++, "/", 0, 0, fs_cb));
test-fs.c
917
ASSERT_EQ(req->fs_type,
UV_FS_UTIME
);
2770
ASSERT_OK(
uv_fs_utime
(NULL, &req, path, atime, mtime, NULL));
2775
ASSERT_OK(
uv_fs_utime
(NULL,
2785
ASSERT_OK(
uv_fs_utime
(NULL,
2795
ASSERT_OK(
uv_fs_utime
(NULL, &req, path, atime, mtime, NULL));
2800
ASSERT_OK(
uv_fs_utime
(NULL,
2817
r =
uv_fs_utime
(loop, &utime_req, path, atime, mtime, utime_cb);
2849
r =
uv_fs_utime
(NULL, &req, path, atime, mtime, NULL);
4489
r =
uv_fs_utime
(NULL, NULL, NULL, 0.0, 0.0, NULL);
/src/external/mit/libuv/dist/include/
uv.h
1406
UV_FS_UTIME
,
1596
UV_EXTERN int
uv_fs_utime
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/unix/
fs.c
2191
int
uv_fs_utime
(uv_loop_t* loop,
function
/src/external/mit/libuv/dist/src/win/
fs.c
3713
int
uv_fs_utime
(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime,
function
3717
INIT(
UV_FS_UTIME
);
Completed in 24 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026