Searched refs:tpl (Results 1 – 5 of 5) sorted by relevance
/libuv/src/unix/ |
H A D | fs.c | 1993 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 D | filesystem.rst | 134 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 D | fs.c | 3143 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 D | uv.h | 1509 const char* tpl, 1513 const char* tpl,
|
/libuv/docs/src/ |
H A D | fs.rst | 271 .. 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 27 milliseconds