Home
last modified time | relevance | path

Searched refs:flagsAndAttributes (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.cpp50 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create() argument
63 (LPSECURITY_ATTRIBUTES)NULL, creationDisposition, flagsAndAttributes, (HANDLE)NULL); in Create()
70 (LPSECURITY_ATTRIBUTES)NULL, creationDisposition, flagsAndAttributes, (HANDLE)NULL); in Create()
77 (LPSECURITY_ATTRIBUTES)NULL, creationDisposition, flagsAndAttributes, (HANDLE)NULL); in Create()
311 …CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
313 bool res = Create(fileName, GENERIC_READ, shareMode, creationDisposition, flagsAndAttributes); in Open()
374 …OutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
375 …n CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); } in Open()
383 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes) in CreateAlways() argument
384 { return Open(fileName, FILE_SHARE_READ, GetCreationDisposition(true), flagsAndAttributes); } in CreateAlways()
DFileIO.h74 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
170 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
197 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
200 bool CreateAlways(CFSTR fileName, DWORD flagsAndAttributes);