Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_DEVICE (Results 1 – 10 of 10) 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/boost/libs/winapi/test/run/
Dfile_management_abi.cpp30 BOOST_WINAPI_TEST_CONSTANT(FILE_ATTRIBUTE_DEVICE); in main()
/third_party/python/Lib/
Dstat.py174 FILE_ATTRIBUTE_DEVICE = 64 variable
/third_party/boost/libs/filesystem/test/
Dwindows_attributes.cpp34 table.insert(make_pair<DWORD, std::string>(FILE_ATTRIBUTE_DEVICE, "FILE_ATTRIBUTE_DEVICE")); in cpp_main()
/third_party/python/Modules/
D_stat.c579 ADD_INT_MACRO(module, FILE_ATTRIBUTE_DEVICE); in stat_exec()
/third_party/glib/glib/
Dgfileutils.c363 # ifndef FILE_ATTRIBUTE_DEVICE in g_file_test()
364 # define FILE_ATTRIBUTE_DEVICE 64 in g_file_test() macro
383 if ((attributes & (FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_DEVICE)) == 0) in g_file_test()
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h560 !(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DEVICE) && in tinydir_open()
/third_party/boost/boost/winapi/
Dfile_management.hpp217 BOOST_CONSTEXPR_OR_CONST DWORD_ FILE_ATTRIBUTE_DEVICE_ = FILE_ATTRIBUTE_DEVICE;
/third_party/python/Doc/library/
Dstat.rst411 FILE_ATTRIBUTE_DEVICE
/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()