Searched refs:nFindSlash (Results 1 – 1 of 1) sorted by relevance
1082 sal_Int32 nFindSlash = path.indexOf( '/' ); in findJarFileForPath() local1083 if( nFindSlash != -1 ) in findJarFileForPath()1084 aIdentifierInPath = path.copy( 0, nFindSlash ); in findJarFileForPath()
Completed in 15 milliseconds