Searched refs:flagsAndAttributes (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 107 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create() argument 113 flagsAndAttributes, (HANDLE)NULL); in Create() 121 flagsAndAttributes, (HANDLE)NULL); in Create() 132 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create() argument 136 desiredAccess, shareMode, creationDisposition, flagsAndAttributes); in Create() 141 flagsAndAttributes, (HANDLE)NULL); in Create() 149 flagsAndAttributes, (HANDLE)NULL); in Create() 287 …nFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument 289 bool res = Create(fileName, GENERIC_READ, shareMode, creationDisposition, flagsAndAttributes); in Open() 301 …nFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument [all …]
|
D | FileIO.h | 32 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 35 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 100 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 104 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 116 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 121 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
|