Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dfs.c293 ssize_t pathw_len = 0; in fs__capture_path() local
300 pathw_len = uv_wtf8_length_as_utf16(path); in fs__capture_path()
301 if (pathw_len < 0) in fs__capture_path()
303 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path()
334 uv_wtf8_to_utf16(path, pos, pathw_len); in fs__capture_path()
336 pos += pathw_len; in fs__capture_path()
/third_party/node/deps/uv/src/win/
H A 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()

Completed in 9 milliseconds