Searched refs:uv_fs_ftruncate (Results 1 - 11 of 11) sorted by relevance
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 338 ASSERT_OK(uv_fs_ftruncate(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 408 r = uv_fs_ftruncate(loop, &ftruncate_req, open_req1.result, 7, in read_cb() 1019 r = uv_fs_ftruncate(NULL, &ftruncate_req, open_req1.result, 7, NULL); in fs_file_sync() 4245 r = uv_fs_ftruncate(NULL, NULL, 0, 0, NULL); in TEST_IMPL()
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 742 r = uv_fs_ftruncate(NULL, &req, wrap->fd, offset + len, NULL); in uvwasi_fd_allocate() 1025 /* TODO(cjihrig): uv_fs_ftruncate() takes an int64_t. st_size is uint64_t. */ in uvwasi_fd_filestat_set_size() 1048 r = uv_fs_ftruncate(NULL, &req, wrap->fd, st_size, NULL); in uvwasi_fd_filestat_set_size()
|
/third_party/node/src/ |
H A D | node_file.cc | 1418 uv_fs_ftruncate, fd, len); in FTruncate() 1423 SyncCall(env, args[3], &req_wrap_sync, "ftruncate", uv_fs_ftruncate, fd, in FTruncate()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1785 int uv_fs_ftruncate(uv_loop_t* loop, in uv_fs_ftruncate() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1572 UV_EXTERN int uv_fs_ftruncate(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1443 UV_EXTERN int uv_fs_ftruncate(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1460 UV_EXTERN int uv_fs_ftruncate(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1890 int uv_fs_ftruncate(uv_loop_t* loop, in uv_fs_ftruncate() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3273 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, in uv_fs_ftruncate() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3286 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, in uv_fs_ftruncate() function
|
Completed in 34 milliseconds