Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp458 int slashPos1 = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR); in FindFormatForArchiveName() local
461 if (dotPos < 0 || dotPos < slashPos1 || dotPos < slashPos2) in FindFormatForArchiveName()