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_LUTIME
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/include/
uv.h
1432
UV_FS_LUTIME
1608
UV_EXTERN int
uv_fs_lutime
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/win/
fs.c
3739
int
uv_fs_lutime
(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime,
function
3743
INIT(
UV_FS_LUTIME
);
/src/external/mit/libuv/dist/test/
test-fs.c
946
ASSERT_EQ(req->fs_type,
UV_FS_LUTIME
);
3041
r =
uv_fs_lutime
(NULL, &req, symlink_path, atime, mtime, NULL);
3051
ASSERT_OK(
uv_fs_lutime
(NULL,
3061
ASSERT_OK(
uv_fs_lutime
(NULL,
3071
ASSERT_OK(
uv_fs_lutime
(NULL, &req, symlink_path, atime, mtime, NULL));
3076
ASSERT_OK(
uv_fs_lutime
(NULL,
3094
r =
uv_fs_lutime
(loop, &req, symlink_path, atime, mtime, lutime_cb);
Completed in 23 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026