Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dfs-event.c166 WCHAR* short_path, *long_path; in uv_fs_event_start() local
200 long_path = (WCHAR*)uv__malloc(size * sizeof(WCHAR)); in uv_fs_event_start()
201 if (!long_path) { in uv_fs_event_start()
205 size = GetLongPathNameW(pathw, long_path, size); in uv_fs_event_start()
207 long_path[size] = '\0'; in uv_fs_event_start()
209 uv__free(long_path); in uv_fs_event_start()
210 long_path = NULL; in uv_fs_event_start()
213 if (long_path) { in uv_fs_event_start()
215 pathw = long_path; in uv_fs_event_start()

Completed in 5 milliseconds