Searched refs:tmpdirx (Results 1 - 1 of 1) sorted by relevance
/third_party/libuv/test/ | ||
H A D | test-tmpdir.c | 75 char tmpdirx[PATHMAX]; in TEST_IMPL() local 76 size_t lenx = sizeof tmpdirx; in TEST_IMPL() 77 r = uv_os_tmpdir(tmpdirx, &lenx); in TEST_IMPL() |
Completed in 0 milliseconds