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 - 4
of
4
) sorted by relevancy
/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);
/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/unix/
fs.c
1922
int
uv_fs_lutime
(uv_loop_t* loop,
function
/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
);
Completed in 64 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026