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

  /src/external/mit/libuv/dist/include/uv/
unix.h 176 # define UV__DT_FILE DT_REG
178 # define UV__DT_FILE -1
win.h 305 #define UV__DT_FILE UV_DIRENT_FILE
  /src/external/mit/libuv/dist/src/
uv-common.c 778 case UV__DT_FILE:
  /src/external/mit/libuv/dist/src/win/
fs.c 1503 dirent->d_type = UV__DT_FILE;
1674 dent.d_type = UV__DT_FILE;

Completed in 61 milliseconds