Searched refs:path_w (Results 1 – 2 of 2) sorted by relevance
139 wchar_t *path_w = curlx_convert_UTF8_to_wchar(path); in curlx_win32_stat() local140 if(path_w) { in curlx_win32_stat()142 result = _wstat(path_w, buffer); in curlx_win32_stat()144 result = _wstati64(path_w, buffer); in curlx_win32_stat()146 free(path_w); in curlx_win32_stat()164 wchar_t *path_w = curlx_convert_UTF8_to_wchar(path); in curlx_win32_access() local165 if(path_w) { in curlx_win32_access()166 result = _waccess(path_w, mode); in curlx_win32_access()167 free(path_w); in curlx_win32_access()
2641 gunichar2 *path_w; in g_win32_registry_key_set_property() local2651 path_w = g_utf8_to_utf16 (path, -1, NULL, NULL, NULL); in g_win32_registry_key_set_property()2653 if (path_w == NULL) in g_win32_registry_key_set_property()2659 priv->absolute_path_w = path_w; in g_win32_registry_key_set_property()2664 path_w = (gunichar2 *) g_value_get_pointer (value); in g_win32_registry_key_set_property()2666 if (path_w == NULL) in g_win32_registry_key_set_property()2671 priv->absolute_path_w = g_wcsdup (path_w, -1); in g_win32_registry_key_set_property()