Searched refs:uv_os_homedir (Results 1 – 6 of 6) sorted by relevance
/libuv/test/ |
H A D | test-homedir.c | 38 r = uv_os_homedir(homedir, &len); in TEST_IMPL() 58 r = uv_os_homedir(homedir, &len); in TEST_IMPL() 63 r = uv_os_homedir(NULL, &len); in TEST_IMPL() 65 r = uv_os_homedir(homedir, NULL); in TEST_IMPL() 68 r = uv_os_homedir(homedir, &len); in TEST_IMPL() 76 r = uv_os_homedir(homedir, &len); in TEST_IMPL()
|
/libuv/docs/src/ |
H A D | misc.rst | 534 .. c:function:: int uv_os_homedir(char* buffer, size_t* size) 536 Gets the current user's home directory. On Windows, `uv_os_homedir()` first 540 `uv_os_homedir()` first checks the `HOME` environment variable using 542 user's home directory is stored in `buffer`. When `uv_os_homedir()` is 548 `uv_os_homedir()` is not thread safe.
|
/libuv/src/win/ |
H A D | util.c | 932 int uv_os_homedir(char* buffer, size_t* size) { in uv_os_homedir() function
|
/libuv/src/unix/ |
H A D | core.c | 1126 int uv_os_homedir(char* buffer, size_t* size) { in uv_os_homedir() function
|
/libuv/include/ |
H A D | uv.h | 1293 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size);
|
/libuv/ |
H A D | ChangeLog | 176 * win: fix env var in uv_os_homedir and uv_os_tmpdir (Hüseyin Açacak) 2784 * win: update uv_os_homedir() to use uv_os_getenv() (cjihrig) 2792 * unix: refactor uv_os_homedir to use uv_os_getenv (Santiago Gimeno) 4314 * unix,win: add uv_os_homedir() (cjihrig)
|
Completed in 33 milliseconds