Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_DEVICE (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h47 #if !defined(FILE_ATTRIBUTE_DEVICE)
48 # define FILE_ATTRIBUTE_DEVICE 0x40 macro
506 if ((attr & FILE_ATTRIBUTE_DEVICE) != 0) { in _wreaddir_r()
796 if ((attr & FILE_ATTRIBUTE_DEVICE) != 0) { in readdir_r()
/third_party/python/Lib/
Dstat.py174 FILE_ATTRIBUTE_DEVICE = 64 variable
/third_party/python/Modules/
D_stat.c579 ADD_INT_MACRO(module, FILE_ATTRIBUTE_DEVICE); in stat_exec()
/third_party/lzma/C/
D7zTypes.h143 #define FILE_ATTRIBUTE_DEVICE 0x0040 macro
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h560 !(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DEVICE) && in tinydir_open()
/third_party/python/Doc/library/
Dstat.rst411 FILE_ATTRIBUTE_DEVICE
/third_party/node/deps/uv/src/win/
Dfs.c1502 if (info->FileAttributes & FILE_ATTRIBUTE_DEVICE) in fs__scandir()
1677 else if ((find_data->dwFileAttributes & FILE_ATTRIBUTE_DEVICE) != 0) in fs__readdir()
/third_party/libuv/src/win/
Dfs.c1502 if (info->FileAttributes & FILE_ATTRIBUTE_DEVICE) in fs__scandir()
1677 else if ((find_data->dwFileAttributes & FILE_ATTRIBUTE_DEVICE) != 0) in fs__readdir()