HomeSort by: relevance | last modified time | path
    Searched defs:uv__split_path (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
fs-event.c 83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, function
245 if (uv__split_path(pathw, &dir, &handle->filew) != 0) {
250 if (uv__split_path(short_path, NULL, &handle->short_filew) != 0) {

Completed in 17 milliseconds