Home
last modified time | relevance | path

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

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1082 sal_Int32 nFindSlash = path.indexOf( '/' ); in findJarFileForPath() local
1083 if( nFindSlash != -1 ) in findJarFileForPath()
1084 aIdentifierInPath = path.copy( 0, nFindSlash ); in findJarFileForPath()

Completed in 23 milliseconds