Home
last modified time | relevance | path

Searched refs:slash1Pos (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp32 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in AutoRenamePath() local
33 slashPos = MyMax(slashPos, slash1Pos); in AutoRenamePath()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp590 int slash1Pos = destPathSpec.ReverseFind(L'\\'); in AskWrite() local
591 slashPos = MyMax(slashPos, slash1Pos); in AskWrite()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp763 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in GetStream() local
764 slashPos = MyMax(slashPos, slash1Pos); in GetStream()
DUpdate.cpp466 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos() local
467 slashPos = MyMax(slashPos, slash1Pos); in GetReverseSlashPos()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp51 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos() local
52 slashPos = MyMax(slashPos, slash1Pos); in GetReverseSlashPos()