Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c199 wchar_t *monitored_file_w; in g_win32_fs_monitor_callback() local
209 monitored_file_w = wcsrchr (monitor->wfullpath_with_long_prefix, L'\\'); in g_win32_fs_monitor_callback()
210 monitored_file = g_utf16_to_utf8 (monitored_file_w + 1, -1, NULL, NULL, NULL); in g_win32_fs_monitor_callback()