Searched refs:wshortname (Results 1 – 2 of 2) sorted by relevance
273 wchar_t wshortname[MAX_PATH_LONG]; in g_win32_fs_monitor_init() local304 … if (GetShortPathNameW (monitor->wfullpath_with_long_prefix, wshortname, MAX_PATH_LONG) == 0) in g_win32_fs_monitor_init()313 wbasename_short = wcsrchr (wshortname, L'\\'); in g_win32_fs_monitor_init()316 wcsdup (wshortname); in g_win32_fs_monitor_init()
721 wchar_t wshortname[MAX_PATH + 1]; in g_win32_locale_filename_from_utf8() local723 if (GetShortPathNameW (wname, wshortname, G_N_ELEMENTS (wshortname))) in g_win32_locale_filename_from_utf8()724 retval = special_wchar_to_locale_encoding (wshortname); in g_win32_locale_filename_from_utf8()