HomeSort by relevance Sort by last modified time
    Searched refs:UStringVector (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/lzma/CPP/7zip/UI/Common/
SortUtils.h 8 void SortFileNames(const UStringVector &strings, CUIntVector &indices);
ExtractingFilePath.h 8 UString MakePathNameFromParts(const UStringVector &parts);
14 void MakeCorrectPath(bool isPathFromRoot, UStringVector &pathParts, bool replaceAltStreamColon);
19 void Correct_IfEmptyLastPart(UStringVector &parts);
SortUtils.cpp 11 const UStringVector &strings = *(const UStringVector *)param;
15 void SortFileNames(const UStringVector &strings, CUIntVector &indices)
ArchiveCommandLine.h 74 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);
Extract.h 83 UStringVector &archivePaths, UStringVector &archivePathsFull,
ZipRegistry.h 26 UStringVector Paths;
67 UStringVector ArcPaths;
ExtractingFilePath.cpp 106 void MakeCorrectPath(bool isPathFromRoot, UStringVector &pathParts, bool replaceAltStreamColon)
137 UString MakePathNameFromParts(const UStringVector &parts)
151 void Correct_IfEmptyLastPart(UStringVector &parts)
177 UStringVector parts;
HashCalc.h 54 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
89 UStringVector Methods;
ArchiveOpenCallback.h 85 UStringVector FileNames;
SetProperties.cpp 39 UStringVector realNames;
EnumDirItems.cpp 257 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 pathParts;
    [all...]
  /external/lzma/CPP/Common/
ListFileUtils.h 12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
CommandLineParser.h 11 void SplitCommandLine(const UString &s, UStringVector &parts);
39 UStringVector PostStrings;
51 UStringVector NonSwitchStrings;
57 bool ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings);
Wildcard.h 24 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;
ListFileUtils.cpp 16 static void AddName(UStringVector &strings, UString &s)
28 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage)
Wildcard.cpp 91 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;
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.h 26 UStringVector &archivePaths,
27 UStringVector &archivePathsFull,
ExtractGUI.cpp 82 UStringVector *ArchivePaths;
83 UStringVector *ArchivePathsFull;
151 UStringVector &archivePaths,
152 UStringVector &archivePathsFull,
  /external/lzma/CPP/7zip/UI/Console/
List.h 14 UStringVector &archivePaths, UStringVector &archivePathsFull,
UpdateCallbackConsole.h 39 UStringVector FailedFiles;
42 UStringVector CantFindFiles;
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 22 UStringVector Strings;
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 55 void CreateComplexDirectory(const UStringVector &dirPathParts);
  /external/lzma/CPP/Windows/
Registry.h 58 LONG SetValue_Strings(LPCTSTR valueName, const UStringVector &strings) throw();
59 LONG GetValue_Strings(LPCTSTR valueName, UStringVector &strings);
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 224 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/SFXWin/
SfxWin.cpp 87 UStringVector commandStrings;
173 UStringVector v1, v2;

Completed in 281 milliseconds

1 2 3