Searched refs:nExtIndex (Results 1 – 1 of 1) sorted by relevance
445 sal_Int32 const nExtIndex = sExecutable.lastIndexOf(cExtensionSep); in getExecutableBaseName() local446 sal_Int32 const nExtLength = sExecutable.getLength() - nExtIndex - 1; in getExecutableBaseName()447 if (0 < nExtIndex && nExtLength < 4) in getExecutableBaseName()448 sExecutable = sExecutable.copy(0,nExtIndex); in getExecutableBaseName()
Completed in 14 milliseconds