Home
last modified time | relevance | path

Searched refs:uv_os_tmpdir (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-tmpdir.c40 r = uv_os_tmpdir(tmpdir, &len); in TEST_IMPL()
57 r = uv_os_tmpdir(tmpdir, &len); in TEST_IMPL()
62 r = uv_os_tmpdir(NULL, &len); in TEST_IMPL()
64 r = uv_os_tmpdir(tmpdir, NULL); in TEST_IMPL()
67 r = uv_os_tmpdir(tmpdir, &len); in TEST_IMPL()
77 r = uv_os_tmpdir(tmpdirx, &lenx); in TEST_IMPL()
/libuv/docs/src/
H A Dmisc.rst552 .. c:function:: int uv_os_tmpdir(char* buffer, size_t* size)
554 Gets the temp directory. On Windows, `uv_os_tmpdir()` uses `GetTempPathW()`.
555 On all other operating systems, `uv_os_tmpdir()` uses the first environment
559 `uv_os_tmpdir()` is called, `size` indicates the maximum size of `buffer`.
565 `uv_os_tmpdir()` is not thread safe.
/libuv/src/win/
H A Dutil.c971 int uv_os_tmpdir(char* buffer, size_t* size) { in uv_os_tmpdir() function
/libuv/src/unix/
H A Dcore.c1152 int uv_os_tmpdir(char* buffer, size_t* size) { in uv_os_tmpdir() function
/libuv/include/
H A Duv.h1276 UV_EXTERN int uv_os_tmpdir(char* buffer, size_t* size);
/libuv/
H A DChangeLog1818 * win: fix uv_os_tmpdir when env var is 260 chars (Mustafa M)
3616 * unix,win: add uv_os_tmpdir() (cjihrig)

Completed in 41 milliseconds