Searched refs:dwFileAttributes (Results 1 - 20 of 20) sorted by relevance

/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c140 #define IS_REGULAR_FILE_HAS_ATTRIBUTE_INTEGRITY_STREAM(dwFileAttributes) (!!(dwFileAttributes & FILE_ATTRIBUTE_INTEGRITY_STREAM))
142 #define IS_REGULAR_FILE_HAS_ATTRIBUTE_INTEGRITY_STREAM(dwFileAttributes) 0
146 #define IS_REGULAR_FILE_HAS_ATTRIBUTE_NO_SCRUB_DATA(dwFileAttributes) (!!(dwFileAttributes & FILE_ATTRIBUTE_NO_SCRUB_DATA))
148 #define IS_REGULAR_FILE_HAS_ATTRIBUTE_NO_SCRUB_DATA(dwFileAttributes) 0
151 #define IS_REGULAR_FILE(dwFileAttributes) \
153 !!(dwFileAttributes & FILE_ATTRIBUTE_NORMAL) || \
155 !(dwFileAttributes & FILE_ATTRIBUTE_DEVICE) && \
156 !(dwFileAttributes
[all...]
/external/lz4/programs/
H A Dutil.h314 if (cFile.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
321 else if ((cFile.dwFileAttributes & FILE_ATTRIBUTE_NORMAL) || (cFile.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE) || (cFile.dwFileAttributes & FILE_ATTRIBUTE_COMPRESSED)) {
/external/skia/src/ports/
H A DSkOSFile_win.cpp236 if ((dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) &&
242 if (!(dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/libcups/cups/
H A Ddir.c181 if (entry.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc156 if (find_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp306 if (attrib) *attrib = info.dwFileAttributes;
322 props->Attrib = info.dwFileAttributes;
/external/webrtc/webrtc/base/
H A Dwin32filesystem.cc270 return (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ==
279 return (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0;
H A Dfileutils.cc104 return (data_.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != FALSE;
/external/pdfium/core/fxcrt/
H A Dfx_basic_util.cpp171 (handle->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c193 if ((fd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0)
/external/lzma/CPP/Windows/
H A DFileFind.cpp68 fi.Attrib = fd.dwFileAttributes; \
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DPath.inc450 status.mode = fi.dwFileAttributes & FILE_ATTRIBUTE_READONLY ? 0555 : 0777;
466 status.isDir = fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
506 if (!(fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) {
696 if (fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
759 if (fi.dwFileAttributes & FILE_ATTRIBUTE_READONLY) {
761 fi.dwFileAttributes & ~FILE_ATTRIBUTE_READONLY))
845 if (bhfi.dwFileAttributes & FILE_ATTRIBUTE_READONLY) {
847 bhfi.dwFileAttributes & ~FILE_ATTRIBUTE_READONLY))
851 if (!(bhfi.dwFileAttributes & FILE_ATTRIBUTE_READONLY)) {
853 bhfi.dwFileAttributes | FILE_ATTRIBUTE_READONL
[all...]
/external/libvncserver/libvncserver/
H A Drfbserver.c1241 uint32_t dwFileAttributes; member in struct:__anon11771
1381 win32filename.dwFileAttributes = winFindData.dwFileAttributes;
1395 win32filename.dwFileAttributes = Swap32IfBE(RFB_FILE_ATTRIBUTE_NORMAL);
1397 win32filename.dwFileAttributes = Swap32IfBE(RFB_FILE_ATTRIBUTE_DIRECTORY);
/external/llvm/lib/Support/Windows/
H A DPath.inc445 file_type Type = (Info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DPath.inc443 file_type Type = (Info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
/external/python/cpython2/PC/
H A D_msi.c173 *pattribs = (int)(bhfi.dwFileAttributes &
/external/python/cpython2/Modules/
H A Dposixmodule.c1099 result->st_mode = attributes_to_mode(info->dwFileAttributes);
1117 pfad->dwFileAttributes = FileData.dwFileAttributes;
1135 pfad->dwFileAttributes = FileData.dwFileAttributes;
1261 result->st_mode = attributes_to_mode(info.dwFileAttributes);
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp619 if (FileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1335 milliseconds