Home
last modified time | relevance | path

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

/third_party/libuv/include/uv/
Dunix.h177 # define UV__DT_FILE DT_REG macro
179 # define UV__DT_FILE -1 macro
Dwin.h311 #define UV__DT_FILE UV_DIRENT_FILE macro
/third_party/libuv/src/
Duv-common.c710 case UV__DT_FILE: in uv__fs_get_dirent_type()
/third_party/libuv/src/win/
Dfs.c1509 dirent->d_type = UV__DT_FILE; in fs__scandir()
1680 dent.d_type = UV__DT_FILE; in fs__readdir()