Home
last modified time | relevance | path

Searched refs:UV__DT_FILE (Results 1 - 8 of 8) sorted by relevance

/third_party/libuv/include/uv/
H A Dunix.h176 # define UV__DT_FILE DT_REG macro
178 # define UV__DT_FILE -1 macro
H A Dwin.h313 #define UV__DT_FILE UV_DIRENT_FILE macro
/third_party/node/deps/uv/include/uv/
H A Dunix.h177 # define UV__DT_FILE DT_REG macro
179 # define UV__DT_FILE -1 macro
H A Dwin.h311 #define UV__DT_FILE UV_DIRENT_FILE macro
/third_party/libuv/src/
H A Duv-common.c757 case UV__DT_FILE: in uv__fs_get_dirent_type()
/third_party/node/deps/uv/src/
H A Duv-common.c712 case UV__DT_FILE: in uv__fs_get_dirent_type()
/third_party/libuv/src/win/
H A Dfs.c1432 dirent->d_type = UV__DT_FILE; in fs__scandir()
1603 dent.d_type = UV__DT_FILE; in fs__readdir()
/third_party/node/deps/uv/src/win/
H A Dfs.c1509 dirent->d_type = UV__DT_FILE; in fs__scandir()
1680 dent.d_type = UV__DT_FILE; in fs__readdir()

Completed in 15 milliseconds