HomeSort by: relevance | last modified time | path
    Searched refs:UV__DT_LINK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/include/uv/
unix.h 186 # define UV__DT_LINK DT_LNK
188 # define UV__DT_LINK -3
win.h 306 #define UV__DT_LINK UV_DIRENT_LINK
  /src/external/mit/libuv/dist/src/
uv-common.c 781 case UV__DT_LINK:
  /src/external/mit/libuv/dist/src/win/
fs.c 1499 dirent->d_type = UV__DT_LINK;
1670 dent.d_type = UV__DT_LINK;

Completed in 83 milliseconds