Searched refs:uv__split_path (Results 1 – 1 of 1) sorted by relevance
83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, in uv__split_path() function245 if (uv__split_path(pathw, &dir, &handle->filew) != 0) { in uv_fs_event_start()250 if (uv__split_path(short_path, NULL, &handle->short_filew) != 0) { in uv_fs_event_start()
Completed in 6 milliseconds