Home
last modified time | relevance | path

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

/third_party/libuv/include/uv/
Dunix.h187 # define UV__DT_LINK DT_LNK macro
189 # define UV__DT_LINK -3 macro
Dwin.h312 #define UV__DT_LINK UV_DIRENT_LINK macro
/third_party/libuv/src/
Duv-common.c713 case UV__DT_LINK: in uv__fs_get_dirent_type()
/third_party/libuv/src/win/
Dfs.c1505 dirent->d_type = UV__DT_LINK; in fs__scandir()
1676 dent.d_type = UV__DT_LINK; in fs__readdir()