Searched refs:UStringVector (Results 1 - 25 of 54) sorted by relevance

123

/external/lzma/CPP/7zip/UI/Common/
H A DSortUtils.h8 void SortFileNames(const UStringVector &strings, CUIntVector &indices);
H A DExtractingFilePath.h8 UString MakePathNameFromParts(const UStringVector &parts);
14 void MakeCorrectPath(bool isPathFromRoot, UStringVector &pathParts, bool replaceAltStreamColon);
19 void Correct_IfEmptyLastPart(UStringVector &parts);
H A DSortUtils.cpp11 const UStringVector &strings = *(const UStringVector *)param;
15 void SortFileNames(const UStringVector &strings, CUIntVector &indices)
H A DArchiveCommandLine.h74 UStringVector HashMethods;
77 UStringVector ArchivePathsSorted;
78 UStringVector ArchivePathsFullSorted;
91 UStringVector ExcludedArcTypes;
110 void Parse1(const UStringVector &commandStrings, CArcCmdLineOptions &options);
119 UStringVector &sortedPaths,
120 UStringVector &sortedFullPaths);
H A DExtract.h83 UStringVector &archivePaths, UStringVector &archivePathsFull,
H A DZipRegistry.h26 UStringVector Paths;
67 UStringVector ArcPaths;
H A DExtractingFilePath.cpp106 void MakeCorrectPath(bool isPathFromRoot, UStringVector &pathParts, bool replaceAltStreamColon)
137 UString MakePathNameFromParts(const UStringVector &parts)
151 void Correct_IfEmptyLastPart(UStringVector &parts)
177 UStringVector parts;
H A DHashCalc.h54 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
89 UStringVector Methods;
H A DSetProperties.cpp39 UStringVector realNames;
H A DEnumDirItems.cpp257 const UStringVector &addArchivePrefix,
266 const UStringVector &addArchivePrefix,
288 const UStringVector &addArchivePrefix, // prefix from curNode
306 UStringVector addArchivePrefixNew = addArchivePrefix;
344 const UStringVector &addArchivePrefix, // prefix from curNode
351 UStringVector addArchivePrefixNew = addArchivePrefix;
354 UStringVector addArchivePrefixNewTemp(addArchivePrefixNew);
447 const UStringVector &addArchivePrefix, // prefix from curNode
494 UStringVector pathParts;
522 UStringVector pathPart
[all...]
/external/lzma/CPP/Common/
H A DListFileUtils.h12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
H A DCommandLineParser.h11 void SplitCommandLine(const UString &s, UStringVector &parts);
39 UStringVector PostStrings;
51 UStringVector NonSwitchStrings;
57 bool ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings);
H A DWildcard.h24 void SplitPathToParts(const UString &path, UStringVector &pathParts);
44 UStringVector PathParts;
60 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
67 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
69 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
93 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
H A DListFileUtils.cpp16 static void AddName(UStringVector &strings, UString &s)
28 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage)
H A DWildcard.cpp91 void SplitPathToParts(const UString &path, UStringVector &pathParts)
211 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
349 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const
358 bool CCensorNode::CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const
372 UStringVector pathParts2 = pathParts;
382 UStringVector pathParts;
410 bool CCensorNode::CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const
423 UStringVector pathParts;
467 UStringVector pathParts;
H A DCommandLineParser.cpp45 void SplitCommandLine(const UString &s, UStringVector &parts)
171 bool CParser::ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings)
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.h26 UStringVector &archivePaths,
27 UStringVector &archivePathsFull,
H A DExtractGUI.cpp82 UStringVector *ArchivePaths;
83 UStringVector *ArchivePathsFull;
151 UStringVector &archivePaths,
152 UStringVector &archivePathsFull,
/external/lzma/CPP/7zip/UI/Console/
H A DList.h14 UStringVector &archivePaths, UStringVector &archivePathsFull,
H A DUpdateCallbackConsole.h39 UStringVector FailedFiles;
42 UStringVector CantFindFiles;
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.h22 UStringVector Strings;
/external/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp224 const UStringVector & /* nonSwitchStrings */, NRecursedType::EEnum type,
232 static void GetArguments(int numArgs, const char *args[], UStringVector &parts)
255 UStringVector commandStrings;
298 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings;
350 UStringVector v1, v2;
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.h55 void CreateComplexDirectory(const UStringVector &dirPathParts);
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp87 UStringVector commandStrings;
173 UStringVector v1, v2;
/external/lzma/CPP/Windows/
H A DRegistry.h58 LONG SetValue_Strings(LPCTSTR valueName, const UStringVector &strings) throw();
59 LONG GetValue_Strings(LPCTSTR valueName, UStringVector &strings);

Completed in 145 milliseconds

123