Lines Matching refs:CFileInfo
98 bool CFileInfo::IsDots() const throw()
129 static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_DATAW &fd, CFileInfo &fi)
139 static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_DATA &fd, CFileInfo &fi)
194 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi)
229 bool CFindFile::FindNext(CFileInfo &fi)
433 /* if path is "c:" or "c::" then CFileInfo::Find() returns name of current folder for that disk
436 /* In CFileInfo::Find() we want to support same names for alt streams as in CreateFile(). */
438 /* CFileInfo::Find()
456 bool CFileInfo::Find(CFSTR path, bool followLink)
685 bool CFileInfo::FollowReparse(CFSTR path, bool isDir)
698 CFileInfo fi;
740 CFileInfo fi;
746 CFileInfo fi;
752 CFileInfo fi;
758 CFileInfo fi;
769 bool CEnumerator::NextAny(CFileInfo &fi)
777 bool CEnumerator::Next(CFileInfo &fi)
788 bool CEnumerator::Next(CFileInfo &fi, bool &found)
1009 void CFileInfo::SetFrom_stat(const struct stat &st)
1114 bool CFileInfo::Find_DontFill_Name(CFSTR path, bool followLink)
1125 bool CFileInfo::Find(CFSTR path, bool followLink)
1306 bool CEnumerator::Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const