Searched refs:uv_fs_mkstemp (Results 1 – 7 of 7) sorted by relevance
/libuv/test/ |
H A D | test-fs.c | 1386 r = uv_fs_mkstemp(loop, &mkstemp_req1, path_template, mkstemp_cb); in TEST_IMPL() 1393 r = uv_fs_mkstemp(NULL, &mkstemp_req2, path_template, NULL); in TEST_IMPL() 1401 ASSERT_EQ(UV_EINVAL, uv_fs_mkstemp(NULL, &mkstemp_req3, "test_file", NULL)); in TEST_IMPL() 4245 r = uv_fs_mkstemp(NULL, NULL, NULL, NULL); in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 135 int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb);
|
/libuv/include/ |
H A D | uv.h | 1511 UV_EXTERN int uv_fs_mkstemp(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 275 .. c:function:: int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb)
|
/libuv/src/unix/ |
H A D | fs.c | 2003 int uv_fs_mkstemp(uv_loop_t* loop, in uv_fs_mkstemp() function
|
/libuv/src/win/ |
H A D | fs.c | 3158 int uv_fs_mkstemp(uv_loop_t* loop, in uv_fs_mkstemp() function
|
/libuv/ |
H A D | ChangeLog | 1473 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama) 1899 * fs: add uv_fs_mkstemp (Saúl Ibarra Corretgé)
|
Completed in 99 milliseconds