Home
last modified time | relevance | path

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

/aoo41x/main/scripting/workben/installer/
H A DInstUtil.java389 int lastSlash = windowsPath.lastIndexOf("\\"); in getOfficeVersions() local
390 windowsPath = windowsPath.substring( 0, lastSlash ); in getOfficeVersions()
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py817 lastSlash = aStr.rindex("/")
818 penultimateSlash = aStr.rindex("/",0,lastSlash-1)
819 return aStr[ penultimateSlash+1:lastSlash ]
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx1147 sal_Int32 lastSlash = m_aUncPath.lastIndexOf( sal_Unicode('/') ); in transfer() local
1148 dstUncPath = m_aUncPath.copy(0,lastSlash ); in transfer()

Completed in 59 milliseconds