Home
last modified time | relevance | path

Searched refs:MakeCorrectPath (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.h14 void MakeCorrectPath(bool isPathFromRoot, UStringVector &pathParts, bool replaceAltStreamColon);
DExtractingFilePath.cpp106 void MakeCorrectPath(bool isPathFromRoot, UStringVector &pathParts, bool replaceAltStreamColon) in MakeCorrectPath() function
DArchiveExtractCallback.cpp706 MakeCorrectPath(_directoryPath.IsEmpty(), pathParts, replace); in GetStream()