Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 5 of 5) sorted by relevance

/libuv/src/unix/
H A Dfs.c1993 const char* tpl, in uv_fs_mkdtemp() argument
1996 req->path = uv__strdup(tpl); in uv_fs_mkdtemp()
2005 const char* tpl, in uv_fs_mkstemp() argument
2008 req->path = uv__strdup(tpl); in uv_fs_mkstemp()
/libuv/docs/src/guide/
H A Dfilesystem.rst134 int uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb);
135 int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb);
/libuv/src/win/
H A Dfs.c3143 const char* tpl, in uv_fs_mkdtemp() argument
3148 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkdtemp()
3160 const char* tpl, in uv_fs_mkstemp() argument
3165 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkstemp()
/libuv/include/
H A Duv.h1509 const char* tpl,
1513 const char* tpl,
/libuv/docs/src/
H A Dfs.rst271 .. c:function:: int uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb)
275 .. c:function:: int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb)

Completed in 33 milliseconds