Lines Matching refs:sPath
302 ByteString sPath; in GetVersionRoot() local
304 sPath = pUnixVolume->GetValue(); in GetVersionRoot()
305 sPath += "/"; in GetVersionRoot()
307 ByteString sPath( "o:\\" ); in GetVersionRoot()
312 sPath += pPath->GetValue().GetToken( 0, '\\' ); in GetVersionRoot()
313 sPath += "/"; in GetVersionRoot()
316 sPath.SearchAndReplaceAll( "\\", "/" ); in GetVersionRoot()
317 while( sPath.SearchAndReplace( "//", "/" ) != STRING_NOTFOUND ) {}; in GetVersionRoot()
319 sPath.SearchAndReplaceAll( "/", "\\" ); in GetVersionRoot()
320 while( sPath.SearchAndReplace( "\\\\", "\\" ) != STRING_NOTFOUND ) {}; in GetVersionRoot()
323 return String( sPath, RTL_TEXTENCODING_ASCII_US ); in GetVersionRoot()