/third_party/lzma/CPP/Common/ |
H A D | Wildcard.h | 15 void SplitPathToParts(const UString &path, UStringVector &pathParts);
30 unsigned GetNumPrefixParts_if_DrivePath(UStringVector &pathParts);
35 UStringVector PathParts;
51 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
78 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
142 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
148 bool CheckPathToRoot_Change(bool include, UStringVector &pathParts, bool isFile) const;
149 bool CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const;
|
H A D | CommandLineParser.h | 11 void SplitCommandLine(const UString &s, UStringVector &parts);
39 UStringVector PostStrings;
50 UStringVector NonSwitchStrings;
57 bool ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &commandStrings);
|
H A D | Wildcard.cpp | 158 void SplitPathToParts(const UString &path, UStringVector &pathParts)
in SplitPathToParts() 261 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
in CheckPath() 412 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const
in CheckPathCurrent() 421 bool CCensorNode::CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const
in CheckPathVect() 433 UStringVector pathParts2 = pathParts;
in CheckPathVect() 447 UStringVector pathParts;
476 bool CCensorNode::CheckPathToRoot_Change(bool include, UStringVector &pathParts, bool isFile) const
in CheckPathToRoot_Change() 486 bool CCensorNode::CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const
in CheckPathToRoot() 492 UStringVector pathParts2;
in CheckPathToRoot() 501 UStringVector pathPart [all...] |
H A D | ListFileUtils.cpp | 21 static void AddName(UStringVector &strings, UString &s)
in AddName() 51 bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage, DWORD &lastError)
in ReadNamesFromListFile2()
|
H A D | CommandLineParser.cpp | 31 void SplitCommandLine(const UString &s, UStringVector &parts)
in SplitCommandLine() 164 bool CParser::ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &commandStrings)
in ParseStrings()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | SortUtils.cpp | 11 const UStringVector &strings = *(const UStringVector *)param;
in CompareStrings() 15 void SortFileNames(const UStringVector &strings, CUIntVector &indices)
in SortFileNames()
|
H A D | ArchiveCommandLine.h | 91 UStringVector HashMethods;
95 // UStringVector ArchivePathsSorted;
96 // UStringVector ArchivePathsFullSorted;
107 UStringVector ExcludedArcTypes;
156 void Parse1(const UStringVector &commandStrings, CArcCmdLineOptions &options);
|
H A D | ExtractingFilePath.h | 27 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir);
29 UString MakePathFromParts(const UStringVector &parts);
|
H A D | EnumDirItems.h | 29 UStringVector &sortedPaths,
30 UStringVector &sortedFullPaths,
|
H A D | EnumDirItems.cpp | 481 const UStringVector &addParts, // additional parts from curNode
501 const UStringVector &addParts, // (curNode + addParts) includes (curFolderName)
in EnumerateDirItems_Spec() 526 const UStringVector &addParts, // with (fi.Name), prefix parts from curNode
in EnumerateAltStreams() 546 UStringVector parts = addParts;
in EnumerateAltStreams() 607 const UStringVector &addParts, // additional parts from curNode, without (fi.Name)
in EnumerateForItem() 612 UStringVector newParts = addParts;
in EnumerateForItem() 791 const UStringVector &addParts, // prefix from curNode including
in EnumerateDirItems() 904 UStringVector pathParts;
in EnumerateDirItems() 936 UStringVector pathParts;
in EnumerateDirItems() 956 UStringVector newPart in EnumerateDirItems() [all...] |
H A D | Extract.h | 94 UStringVector &archivePaths, UStringVector &archivePathsFull,
|
H A D | HashCalc.h | 97 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
191 UStringVector Methods;
293 UStringVector _methods;
|
H A D | Extract.cpp | 56 UStringVector removePathParts;
in DecompressArchive() 243 int Find_FileName_InSortedVector(const UStringVector &fileNames, const UString &name);
244 int Find_FileName_InSortedVector(const UStringVector &fileNames, const UString &name)
in Find_FileName_InSortedVector() 269 UStringVector &arcPaths, UStringVector &arcPathsFull,
in Extract()
|
H A D | ZipRegistry.h | 38 UStringVector Paths;
147 UStringVector ArcPaths;
|
H A D | SortUtils.h | 8 void SortFileNames(const UStringVector &strings, CUIntVector &indices);
|
H A D | OpenArchive.h | 231 UStringVector PathParts; // without altStream name, path from root or from _baseParentFolder, if _use_baseParentFolder_mode
275 HRESULT GetItem_PathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const;
393 UStringVector VolumePaths;
|
H A D | ArchiveExtractCallback.h | 393 UStringVector _removePathParts;
411 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
482 const UStringVector &removePathParts, bool removePartsForAltStreams,
|
H A D | ExtractingFilePath.cpp | 194 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir)
in Correct_FsPath() 286 UString MakePathFromParts(const UStringVector &parts)
in MakePathFromParts()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractGUI.h | 27 UStringVector &archivePaths,
28 UStringVector &archivePathsFull,
|
H A D | ExtractGUI.cpp | 76 UStringVector *ArchivePaths;
77 UStringVector *ArchivePathsFull;
172 UStringVector &archivePaths,
in ExtractGUI() 173 UStringVector &archivePathsFull,
in ExtractGUI()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.h | 27 UStringVector &archivePaths, UStringVector &archivePathsFull,
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 245 static void GetArguments(int numArgs, char *args[], UStringVector &parts)
in GetArguments() 283 UStringVector commandStrings;
in Main2() 340 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings;
in Main2() 401 UStringVector v1, v2;
in Main2()
|
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 113 static HRESULT ReadUnicodeStrings(const wchar_t *p, size_t size, UStringVector &names)
in ReadUnicodeStrings() 150 static HRESULT ReadAnsiStrings(const char *p, size_t size, UStringVector &names)
in ReadAnsiStrings() 182 static HRESULT DataObject_GetData_HDROP_Names(IDataObject *dataObject, UStringVector &names)
in DataObject_GetData_HDROP_Names() 243 static HRESULT DataObject_GetData_IDLIST(IDataObject *dataObject, UStringVector &names)
in DataObject_GetData_IDLIST() 350 HRESULT DataObject_GetData_HDROP_or_IDLIST_Names(IDataObject *dataObject, UStringVector &paths)
in DataObject_GetData_HDROP_or_IDLIST_Names() 522 void CDrop::QueryFileNames(UStringVector &fileNames)
|
H A D | Registry.h | 58 LONG SetValue_Strings(LPCTSTR valueName, const UStringVector &strings);
59 LONG GetValue_Strings(LPCTSTR valueName, UStringVector &strings);
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | SfxWin.cpp | 102 UStringVector commandStrings;
in WinMain2() 188 UStringVector v1, v2;
in WinMain2()
|