Searched refs:fs__capture_path (Results 1 – 1 of 1) sorted by relevance
/third_party/libuv/src/win/ |
D | fs.c | 145 INLINE static int fs__capture_path(uv_fs_t* req, const char* path, in fs__capture_path() function 2894 err = fs__capture_path(req, path, NULL, cb != NULL); in uv_fs_open() 2984 err = fs__capture_path(req, path, NULL, cb != NULL); in uv_fs_unlink() 2999 err = fs__capture_path(req, path, NULL, cb != NULL); in uv_fs_mkdir() 3017 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkdtemp() 3034 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkstemp() 3048 err = fs__capture_path(req, path, NULL, cb != NULL); in uv_fs_rmdir() 3063 err = fs__capture_path(req, path, NULL, cb != NULL); in uv_fs_scandir() 3080 err = fs__capture_path(req, path, NULL, cb != NULL); in uv_fs_opendir() 3123 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_link() [all …]
|