Home
last modified time | relevance | path

Searched refs:uv_fs_mkstemp (Results 1 – 7 of 7) sorted by relevance

/libuv/test/
H A Dtest-fs.c1386 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 Dfilesystem.rst135 int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb);
/libuv/include/
H A Duv.h1511 UV_EXTERN int uv_fs_mkstemp(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst275 .. 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 Dfs.c2003 int uv_fs_mkstemp(uv_loop_t* loop, in uv_fs_mkstemp() function
/libuv/src/win/
H A Dfs.c3158 int uv_fs_mkstemp(uv_loop_t* loop, in uv_fs_mkstemp() function
/libuv/
H A DChangeLog1473 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
1899 * fs: add uv_fs_mkstemp (Saúl Ibarra Corretgé)

Completed in 99 milliseconds