Home
last modified time | relevance | path

Searched refs:keepAndReplaceEmptyPrefixes (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp194 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir) in Correct_FsPath() argument
244 keepAndReplaceEmptyPrefixes = false; in Correct_FsPath()
254 if (!keepAndReplaceEmptyPrefixes) in Correct_FsPath()
264 keepAndReplaceEmptyPrefixes = false; in Correct_FsPath()
H A DExtractingFilePath.h23 if (!keepAndReplaceEmptyPrefixes) : it removes empty path parts
24 if ( keepAndReplaceEmptyPrefixes) : it changes each empty frontal path part to "_"
27 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir);

Completed in 1 milliseconds