Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c55 gboolean success_attribs = GetFileAttributesExW (monitor->wfullpath_with_long_prefix, in g_win32_fs_monitor_handle_event()
209 monitored_file_w = wcsrchr (monitor->wfullpath_with_long_prefix, L'\\'); in g_win32_fs_monitor_callback()
281 monitor->wfullpath_with_long_prefix = in g_win32_fs_monitor_init()
288 if (GetLongPathNameW (monitor->wfullpath_with_long_prefix, wlongname, MAX_PATH_LONG) == 0) in g_win32_fs_monitor_init()
290 wbasename_long = wcsrchr (monitor->wfullpath_with_long_prefix, L'\\'); in g_win32_fs_monitor_init()
304 … if (GetShortPathNameW (monitor->wfullpath_with_long_prefix, wshortname, MAX_PATH_LONG) == 0) in g_win32_fs_monitor_init()
306 wbasename_short = wcsrchr (monitor->wfullpath_with_long_prefix, L'\\'); in g_win32_fs_monitor_init()
325 …monitor->wfullpath_with_long_prefix = g_utf8_to_utf16 (dirname_with_long_prefix, -1, NULL, NULL, N… in g_win32_fs_monitor_init()
333 …monitor->wfullpath_with_long_prefix = g_utf8_to_utf16 (dirname_with_long_prefix, -1, NULL, NULL, N… in g_win32_fs_monitor_init()
339 success_attribs = GetFileAttributesExW (monitor->wfullpath_with_long_prefix, in g_win32_fs_monitor_init()
[all …]
Dgwin32fsmonitorutils.h45 wchar_t *wfullpath_with_long_prefix; member