Lines Matching defs:CInfo
13 struct CInfo struct
15 NPathMode::EEnum PathMode;
16 NOverwriteMode::EEnum OverwriteMode;
17 bool PathMode_Force;
18 bool OverwriteMode_Force;
20 CBoolPair SplitDest;
21 CBoolPair ElimDup;
23 CBoolPair NtSecurity;
24 CBoolPair ShowPassword;
26 UStringVector Paths;
66 struct CInfo struct
68 UInt32 Level;
69 bool ShowPassword;
70 bool EncryptHeaders;
71 UString ArcType;
72 UStringVector ArcPaths;
97 struct CInfo argument
99 NMode::EEnum Mode;
100 FString Path;
101 bool ForRemovableOnly;
103 void SetForRemovableOnlyDefault() { ForRemovableOnly = true; } in SetForRemovableOnlyDefault()
104 void SetDefault() in SetDefault()