HomeSort by relevance Sort by last modified time
    Searched full:flagsandattributes (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/Windows/
FileIO.h 70 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
166 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
188 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
191 bool CreateAlways(CFSTR fileName, DWORD flagsAndAttributes);
FileIO.cpp 50 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
63 (LPSECURITY_ATTRIBUTES)NULL, creationDisposition, flagsAndAttributes, (HANDLE)NULL);
70 (LPSECURITY_ATTRIBUTES)NULL, creationDisposition, flagsAndAttributes, (HANDLE)NULL);
77 (LPSECURITY_ATTRIBUTES)NULL, creationDisposition, flagsAndAttributes, (HANDLE)NULL);
311 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
313 bool res = Create(fileName, GENERIC_READ, shareMode, creationDisposition, flagsAndAttributes);
374 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
375 { return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); }
383 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes)
384 { return Open(fileName, FILE_SHARE_READ, GetCreationDisposition(true), flagsAndAttributes); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsobjectmodel_1.h 111 DWORD flagsAndAttributes,
382 DWORD flagsAndAttributes,
437 DWORD flagsAndAttributes,
545 #define IXpsOMObjectFactory1_CreatePackageWriterOnFile(This,fileName,securityAttributes,flagsAndAttributes,optimizeMarkupSize,interleaving,documentSequencePartName,coreProperties,packageThumbnail,documentSequencePrintTicket,discardControlPartName,packageWriter) (This)->lpVtbl->CreatePackageWriterOnFile(This,fileName,securityAttributes,flagsAndAttributes,optimizeMarkupSize,interleaving,documentSequencePartName,coreProperties,packageThumbnail,documentSequencePrintTicket,discardControlPartName,packageWriter)
554 #define IXpsOMObjectFactory1_CreatePackageWriterOnFile1(This,fileName,securityAttributes,flagsAndAttributes,optimizeMarkupSize,interleaving,documentSequencePartName,coreProperties,packageThumbnail,documentSequencePrintTicket,discardControlPartName,documentType,packageWriter) (This)->lpVtbl->CreatePackageWriterOnFile1(This,fileName,securityAttributes,flagsAndAttributes,optimizeMarkupSize,interleaving,documentSequencePartName,coreProperties,packageThumbnail,documentSequencePrintTicket,discardControlPartName,documentType,packageWriter)
    [all...]
xpsdigitalsignature.h     [all...]
xpsobjectmodel.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 392 DWORD FlagsAndAttributes,
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 385 DWORD FlagsAndAttributes,
  /libcore/ojluni/src/main/native/
zip_util.c 116 const DWORD flagsAndAttributes = maybeWriteThrough | maybeDeleteOnClose;
124 flagsAndAttributes, /* flags and attributes */
    [all...]

Completed in 171 milliseconds