Home
last modified time | relevance | path

Searched defs:file_name_len (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c77 glong file_name_len = 0; in g_win32_fs_monitor_handle_event() local
154 glong file_name_len; in g_win32_fs_monitor_callback() local
/third_party/libuv/src/win/
Dfs-event.c407 static int file_info_cmp(WCHAR* str, WCHAR* file_name, size_t file_name_len) { in file_info_cmp()