Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dfs-event.c83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, in uv__split_path() function
258 if (uv__split_path(pathw, &dir, &handle->filew) != 0) { in uv_fs_event_start()
263 if (uv__split_path(short_path, NULL, &handle->short_filew) != 0) { in uv_fs_event_start()