Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs-event.c165 WCHAR* short_path, *long_path; in uv_fs_event_start() local
213 long_path = (WCHAR*)uv__malloc(size * sizeof(WCHAR)); in uv_fs_event_start()
214 if (!long_path) { in uv_fs_event_start()
218 size = GetLongPathNameW(pathw, long_path, size); in uv_fs_event_start()
220 long_path[size] = '\0'; in uv_fs_event_start()
222 uv__free(long_path); in uv_fs_event_start()
223 long_path = NULL; in uv_fs_event_start()
226 if (long_path) { in uv_fs_event_start()
228 pathw = long_path; in uv_fs_event_start()