Searched refs:slashPos2 (Results 1 – 1 of 1) sorted by relevance
459 int slashPos2 = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName() local461 if (dotPos < 0 || dotPos < slashPos1 || dotPos < slashPos2) in FindFormatForArchiveName()