Searched refs:uv__split_path (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
H A D | fs-event.c | 83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, in uv__split_path() function 245 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()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs-event.c | 83 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()
|
Completed in 3 milliseconds