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_futime
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-threadpool-cancel.c
339
ASSERT_OK(
uv_fs_futime
(loop, reqs + n++, 0, 0, 0, fs_cb));
test-fs.c
932
ASSERT_EQ(req->fs_type,
UV_FS_FUTIME
);
2934
r =
uv_fs_futime
(NULL, &req, file, atime, mtime, NULL);
2945
ASSERT_OK(
uv_fs_futime
(NULL,
2955
ASSERT_OK(
uv_fs_futime
(NULL,
2965
ASSERT_OK(
uv_fs_futime
(NULL, &req, file, atime, mtime, NULL));
2970
ASSERT_OK(
uv_fs_futime
(NULL,
2988
r =
uv_fs_futime
(loop, &futime_req, file, atime, mtime, futime_cb);
4492
r =
uv_fs_futime
(NULL, NULL, 0, 0.0, 0.0, NULL);
/src/external/mit/libuv/dist/include/
uv.h
1407
UV_FS_FUTIME
,
1602
UV_EXTERN int
uv_fs_futime
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/unix/
fs.c
1909
int
uv_fs_futime
(uv_loop_t* loop,
function
/src/external/mit/libuv/dist/src/win/
fs.c
3730
int
uv_fs_futime
(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime,
function
3732
INIT(
UV_FS_FUTIME
);
Completed in 28 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026