Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dfs.c149 ssize_t buf_sz = 0, path_len = 0, pathw_len = 0, new_pathw_len = 0; in fs__capture_path() local
155 pathw_len = MultiByteToWideChar(CP_UTF8, in fs__capture_path()
161 if (pathw_len == 0) { in fs__capture_path()
165 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path()
208 pathw_len); in fs__capture_path()
209 assert(r == (DWORD) pathw_len); in fs__capture_path()