Searched refs:short_path_buffer (Results 1 – 1 of 1) sorted by relevance
165 WCHAR *short_path_buffer; in uv_fs_event_start() local227 short_path_buffer = NULL; in uv_fs_event_start()232 short_path_buffer = uv__malloc(short_path_buffer_len * sizeof(WCHAR)); in uv_fs_event_start()233 if (short_path_buffer == NULL) { in uv_fs_event_start()237 short_path_buffer, in uv_fs_event_start()239 uv__free(short_path_buffer); in uv_fs_event_start()240 short_path_buffer = NULL; in uv_fs_event_start()243 short_path = short_path_buffer; in uv_fs_event_start()
Completed in 5 milliseconds