Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c273 wchar_t wshortname[MAX_PATH_LONG]; in g_win32_fs_monitor_init() local
304 … 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()
/third_party/glib/glib/
Dgwin32.c721 wchar_t wshortname[MAX_PATH + 1]; in g_win32_locale_filename_from_utf8() local
723 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()