OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftruncate_req
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-fs.c
136
static uv_fs_t
ftruncate_req
;
variable
399
ASSERT_PTR_EQ(req, &
ftruncate_req
);
421
r = uv_fs_ftruncate(loop, &
ftruncate_req
, open_req1.result, 7,
1059
r = uv_fs_ftruncate(NULL, &
ftruncate_req
, open_req1.result, 7, NULL);
1061
ASSERT_OK(
ftruncate_req
.result);
1062
uv_fs_req_cleanup(&
ftruncate_req
);
Completed in 36 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026