Lines Matching defs:wpath
863 wchar_t *wpath;
866 wpath = g_utf8_to_utf16 (path, -1, NULL, NULL, NULL);
869 if (!GetVolumePathNameW (wpath, result, MAX_PATH))
875 g_free (wpath);
887 g_free (wpath);
894 wchar_t *wpath;
897 wpath = get_volume_for_path (file);
898 if (!wpath)
901 utf8_path = g_utf16_to_utf8 (wpath, -1, NULL, NULL, NULL);
903 g_free (wpath);