HomeSort by relevance Sort by last modified time
    Searched refs:dwFileAttributes (Results 1 - 25 of 35) sorted by null

1 2

  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 140 #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 & FILE_ATTRIBUTE_DIRECTORY) &&
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
FindFiles.c 151 if ((FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0) {
179 if (FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.c 173 if ((FSData->FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) &&
203 } else if (((FSData->FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0) &&
  /external/lz4/programs/
util.h 314 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/
SkOSFile_win.cpp 238 if ((dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) &&
244 if (!(dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) {
  /external/skqp/src/ports/
SkOSFile_win.cpp 237 if ((dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) &&
243 if (!(dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 62 DWORD dwFileAttributes;
75 DWORD dwFileAttributes;
shtypes.h 121 DWORD dwFileAttributes;
136 DWORD dwFileAttributes;
fileapi.h 31 DWORD dwFileAttributes;
131 DWORD dwFileAttributes;
142 DWORD dwFileAttributes;
170 WINBASEAPI WINBOOL WINAPI SetFileAttributesA (LPCSTR lpFileName, DWORD dwFileAttributes);
171 WINBASEAPI WINBOOL WINAPI SetFileAttributesW (LPCWSTR lpFileName, DWORD dwFileAttributes);
newapis.h 203 pfad->dwFileAttributes = wfd.dwFileAttributes;
shellapi.h 616 SHSTDAPI_(DWORD_PTR) SHGetFileInfoA (LPCSTR pszPath, DWORD dwFileAttributes, SHFILEINFOA *psfi, UINT cbFileInfo, UINT uFlags);
617 SHSTDAPI_(DWORD_PTR) SHGetFileInfoW (LPCWSTR pszPath, DWORD dwFileAttributes, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags);
shlobj.h     [all...]
  /external/libcups/cups/
dir.c 181 if (entry.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
  /external/pdfium/core/fxcrt/
fx_stream.cpp 130 (handle->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
  /external/protobuf/src/google/protobuf/testing/
file.cc 156 if (find_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 306 if (attrib) *attrib = info.dwFileAttributes;
322 props->Attrib = info.dwFileAttributes;
  /external/webrtc/webrtc/base/
win32filesystem.cc 270 return (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ==
279 return (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0;
fileutils.cc 104 return (data_.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != FALSE;
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 193 if ((fd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0)
  /external/lzma/CPP/Windows/
FileFind.cpp 68 fi.Attrib = fd.dwFileAttributes; \
  /sdk/find_java/src/source/
find_java_lib.cpp 393 if ((findData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0) {
  /sdk/find_java2/src/
JavaFinder.cpp 472 if ((findData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0) {
  /external/python/cpython3/Python/
fileutils.c 578 result->st_mode = attributes_to_mode(info->dwFileAttributes);
593 result->st_file_attributes = info->dwFileAttributes;
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 1241 uint32_t dwFileAttributes;
    [all...]

Completed in 3215 milliseconds

1 2