Searched refs:createAlways (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Common/
H A DC_FileIO.cpp71 bool COutFile::Create(const char *name, bool createAlways) argument
73 if (createAlways)
H A DC_FileIO.h46 bool Create(const char *name, bool createAlways);
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h119 bool Create(CFSTR fileName, bool createAlways) argument
122 return File.Create(fileName, createAlways);
/external/lzma/CPP/Windows/
H A DFileIO.cpp371 static inline DWORD GetCreationDisposition(bool createAlways) argument
372 { return createAlways? CREATE_ALWAYS: CREATE_NEW; }
380 bool COutFile::Create(CFSTR fileName, bool createAlways) argument
381 { return Open(fileName, GetCreationDisposition(createAlways)); }
H A DFileIO.h190 bool Create(CFSTR fileName, bool createAlways);

Completed in 590 milliseconds