Searched refs:short_path_buffer (Results 1 – 1 of 1) sorted by relevance
164 WCHAR *short_path_buffer; in uv_fs_event_start() local240 short_path_buffer = NULL; in uv_fs_event_start()245 short_path_buffer = uv__malloc(short_path_buffer_len * sizeof(WCHAR)); in uv_fs_event_start()246 if (short_path_buffer == NULL) { in uv_fs_event_start()250 short_path_buffer, in uv_fs_event_start()252 uv__free(short_path_buffer); in uv_fs_event_start()253 short_path_buffer = NULL; in uv_fs_event_start()256 short_path = short_path_buffer; in uv_fs_event_start()