Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.h13 struct CFileInfo struct
15 bool Size_IsDefined;
16 bool Time_IsDefined;
17 bool Is_FileSystemFile;
18 UInt64 Size;
19 FILETIME Time;
20 UString Path;
22 void SetTime(const FILETIME &t) in SetTime()
50 CFileInfo(): in CFileInfo() argument
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DOverwriteDialogFar.h11 struct CFileInfo struct
33 NResult::EEnum Execute(const CFileInfo &oldFileInfo, const CFileInfo &newFileInfo); argument
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileFind.h160 struct CFileInfo: public CFileInfoBase struct
162 FString Name;
169 bool Find_FollowLink(CFSTR path) { return Find(path, true); } in Find_FollowLink()