Home
last modified time | relevance | path

Searched defs:creationDisposition (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.cpp107 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create()
132 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create()
287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttr… in Open()
301 bool CInFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttr… in Open()
363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAtt… in Open()
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition) in Open()
377 bool COutFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAtt… in Open()
380 bool COutFile::Open(LPCWSTR fileName, DWORD creationDisposition) in Open()
/external/lzma/CPP/7zip/Common/
DFileStreams.h93 bool Open(LPCTSTR fileName, DWORD creationDisposition) in Open()
105 bool Open(LPCWSTR fileName, DWORD creationDisposition) in Open()
/external/lzma/CPP/Common/
DC_FileIO.cpp78 bool COutFile::Open(const char *name, DWORD creationDisposition) in Open()