Lines Matching refs:CFSTR
47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
69 bool CFileBase::Create(CFSTR path, DWORD desiredAccess,
327 void CInFile::CalcDeviceSize(CFSTR s)
421 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
445 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite)
448 bool CInFile::Open(CFSTR fileName)
521 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
524 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition)
527 bool COutFile::Create(CFSTR fileName, bool createAlways)
530 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes)
626 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);