Searched refs:removePathParts (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 56 UStringVector removePathParts;
in DecompressArchive() local 170 removePathParts.Add(elimPrefix);
in DecompressArchive() 201 removePathParts, false,
in DecompressArchive()
|
H A D | ArchiveExtractCallback.h | 482 const UStringVector &removePathParts, bool removePartsForAltStreams,
|
H A D | ArchiveExtractCallback.cpp | 303 const UStringVector &removePathParts, bool removePartsForAltStreams,
in Init() 362 _removePathParts = removePathParts;
in Init() 296 Init( const CExtractNtOptions &ntOptions, const NWildcard::CCensorNode *wildcardCensor, const CArc *arc, IFolderArchiveExtractCallback *extractCallback2, bool stdOutMode, bool testMode, const FString &directoryPath, const UStringVector &removePathParts, bool removePartsForAltStreams, UInt64 packSize) Init() argument
|
Completed in 6 milliseconds