Searched refs:slash1Pos (Results 1 – 5 of 5) sorted by relevance
32 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in AutoRenamePath() local33 slashPos = MyMax(slashPos, slash1Pos); in AutoRenamePath()
590 int slash1Pos = destPathSpec.ReverseFind(L'\\'); in AskWrite() local591 slashPos = MyMax(slashPos, slash1Pos); in AskWrite()
763 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in GetStream() local764 slashPos = MyMax(slashPos, slash1Pos); in GetStream()
466 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos() local467 slashPos = MyMax(slashPos, slash1Pos); in GetReverseSlashPos()
51 int slash1Pos = name.ReverseFind(L'\\'); in GetReverseSlashPos() local52 slashPos = MyMax(slashPos, slash1Pos); in GetReverseSlashPos()