Home
last modified time | relevance | path

Searched defs:CFileInfo (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.h13 struct CFileInfo struct
15 bool SizeIsDefined;
16 bool TimeIsDefined;
17 UInt64 Size;
18 FILETIME Time;
19 UString Name;
21 void SetTime(const FILETIME *t) in SetTime()
48 void SetFileInfoControl(int textID, int iconID, const NOverwriteDialog::CFileInfo &fileInfo); argument
/external/lzma/CPP/Windows/
DFileFind.h63 struct CFileInfo: public CFileInfoBase struct
88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo); argument