Searched refs:createAlways (Results 1 – 5 of 5) sorted by relevance
71 bool COutFile::Create(const char *name, bool createAlways) in Create() argument73 if (createAlways) in Create()
46 bool Create(const char *name, bool createAlways);
371 static inline DWORD GetCreationDisposition(bool createAlways) in GetCreationDisposition() argument372 { return createAlways? CREATE_ALWAYS: CREATE_NEW; } in GetCreationDisposition()380 bool COutFile::Create(CFSTR fileName, bool createAlways) in Create() argument381 { return Open(fileName, GetCreationDisposition(createAlways)); } in Create()
199 bool Create(CFSTR fileName, bool createAlways);
119 bool Create(CFSTR fileName, bool createAlways) in Create() argument122 return File.Create(fileName, createAlways); in Create()