Home | History | Annotate | Download | only in Windows

Lines Matching refs:CFileInfo

58 bool CFileInfo::IsDots() const throw()

84 static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_DATAW &fd, CFileInfo &fi)
95 static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_DATA &fd, CFileInfo &fi)
149 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi)
184 bool CFindFile::FindNext(CFileInfo &fi)
396 /* if path is "c:" or "c::" then CFileInfo::Find() returns name of current folder for that disk
399 /* In CFileInfo::Find() we want to support same names for alt streams as in CreateFile(). */
401 /* CFileInfo::Find()
419 bool CFileInfo::Find(CFSTR path)
604 CFileInfo fi;
610 CFileInfo fi;
616 CFileInfo fi;
621 bool CEnumerator::NextAny(CFileInfo &fi)
629 bool CEnumerator::Next(CFileInfo &fi)
640 bool CEnumerator::Next(CFileInfo &fi, bool &found)