Lines Matching refs:CFileInfo
98 bool CFileInfo::IsDots() const throw() in IsDots()
129 static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_DATAW &fd, CFileInfo &fi) in Convert_WIN32_FIND_DATA_to_FileInfo()
139 static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_DATA &fd, CFileInfo &fi) in Convert_WIN32_FIND_DATA_to_FileInfo()
194 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi) in FindFirst()
229 bool CFindFile::FindNext(CFileInfo &fi) in FindNext()
452 bool CFileInfo::Find(CFSTR path, bool followLink) in Find()
736 CFileInfo fi; in DoesFileExist_Raw()
742 CFileInfo fi; in DoesFileExist_FollowLink()
748 CFileInfo fi; in DoesDirExist()
754 CFileInfo fi; in DoesFileOrDirExist()
765 bool CEnumerator::NextAny(CFileInfo &fi) in NextAny()
773 bool CEnumerator::Next(CFileInfo &fi) in Next()
784 bool CEnumerator::Next(CFileInfo &fi, bool &found) in Next()
1005 void CFileInfo::SetFrom_stat(const struct stat &st) in SetFrom_stat()
1110 bool CFileInfo::Find_DontFill_Name(CFSTR path, bool followLink) in Find_DontFill_Name()
1121 bool CFileInfo::Find(CFSTR path, bool followLink) in Find()
1302 bool CEnumerator::Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const in Fill_FileInfo()