HomeSort by relevance Sort by last modified time
    Searched defs:CFileInfo (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 13 struct CFileInfo
48 void SetFileInfoControl(int textID, int iconID, const NOverwriteDialog::CFileInfo &fileInfo);
65 NOverwriteDialog::CFileInfo OldFileInfo;
66 NOverwriteDialog::CFileInfo NewFileInfo;
  /external/lzma/CPP/Windows/
FileFind.h 63 struct CFileInfo: public CFileInfoBase
88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
89 bool FindNext(CFileInfo &fileInfo);
115 bool NextAny(CFileInfo &fileInfo);
132 bool NextAny(CFileInfo &fileInfo);
135 bool Next(CFileInfo &fileInfo);
136 bool Next(CFileInfo &fileInfo, bool &found);

Completed in 425 milliseconds