/external/lzma/CPP/7zip/UI/Common/ |
SortUtils.h | 8 void SortFileNames(const UStringVector &strings, CIntVector &indices);
|
TempFiles.h | 12 UStringVector Paths;
|
ExtractingFilePath.h | 8 UString MakePathNameFromParts(const UStringVector &parts);
9 void MakeCorrectPath(UStringVector &pathParts);
|
SortUtils.cpp | 10 const UStringVector &strings = *(const UStringVector *)param;
14 void SortFileNames(const UStringVector &strings, CIntVector &indices)
|
ArchiveCommandLine.h | 80 UStringVector ArchivePathsSorted;
81 UStringVector ArchivePathsFullSorted;
103 void Parse1(const UStringVector &commandStrings, CArchiveCommandLineOptions &options);
108 UStringVector &sortedPaths,
109 UStringVector &sortedFullPaths);
|
DirItem.h | 27 UStringVector Prefixes;
43 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
48 const UStringVector &filePaths,
49 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
|
EnumDirItems.h | 22 UStringVector &errorPaths,
|
EnumDirItems.cpp | 83 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
146 const UStringVector &addArchivePrefix,
150 UStringVector &errorPaths,
156 const UStringVector &addArchivePrefix,
160 UStringVector &errorPaths,
177 const UStringVector &addArchivePrefix, // prefix from curNode
181 UStringVector &errorPaths,
229 UStringVector pathParts; [all...] |
Extract.h | 68 UStringVector &archivePaths, UStringVector &archivePathsFull,
|
ZipRegistry.h | 18 UStringVector Paths;
56 UStringVector ArcPaths;
|
ArchiveExtractCallback.h | 75 UStringVector _removePathParts;
86 void CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath);
138 const UStringVector &removePathParts,
|
ExtractingFilePath.cpp | 86 void MakeCorrectPath(UStringVector &pathParts)
105 UString MakePathNameFromParts(const UStringVector &parts)
129 UStringVector parts;
|
UpdatePair.cpp | 55 static void TestDuplicateString(const UStringVector &strings, const CIntVector &indices)
75 UStringVector arcNames;
83 UStringVector dirNames;
|
ArchiveOpenCallback.h | 85 UStringVector FileNames;
|
UpdateCallback.h | 68 const UStringVector *NewNames;
|
OpenArchive.h | 54 UStringVector VolumePaths;
|
SetProperties.cpp | 38 UStringVector realNames;
|
/external/lzma/CPP/Common/ |
ListFileUtils.h | 9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
|
CommandLineParser.h | 11 void SplitCommandLine(const UString &s, UStringVector &parts);
38 UStringVector PostStrings;
49 UStringVector NonSwitchStrings;
53 const UStringVector &commandStrings);
|
Wildcard.h | 10 void SplitPathToParts(const UString &path, UStringVector &pathParts);
21 UStringVector PathParts;
25 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
31 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
33 bool CheckPath(UStringVector &pathParts, bool isFile, bool &include) const;
54 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
|
Wildcard.cpp | 87 void SplitPathToParts(const UString &path, UStringVector &pathParts)
170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
273 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const
282 bool CCensorNode::CheckPath(UStringVector &pathParts, bool isFile, bool &include) const
296 UStringVector pathParts2 = pathParts;
306 UStringVector pathParts;
319 bool CCensorNode::CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const
332 UStringVector pathParts;
376 UStringVector pathParts;
|
ListFileUtils.cpp | 20 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultStrings, UINT codePage)
|
/external/lzma/CPP/7zip/UI/Console/ |
List.h | 11 UStringVector &archivePaths, UStringVector &archivePathsFull,
|
UpdateCallbackConsole.h | 55 UStringVector FailedFiles;
58 UStringVector CantFindFiles;
|
/external/lzma/CPP/Windows/ |
Registry.h | 59 LONG SetValue_Strings(LPCTSTR valueName, const UStringVector &strings);
60 LONG GetValue_Strings(LPCTSTR valueName, UStringVector &strings);
|