Lines Matching refs:rPath
214 const OUString & rLibName, const OUString & rPath ) in makeComponentPath() argument
223 ! rPath.getLength() || in makeComponentPath()
225 FileBase::getSystemPathFromFileURL( rPath, aComp ) ); in makeComponentPath()
229 OUStringBuffer buf( rPath.getLength() + rLibName.getLength() + 12 ); in makeComponentPath()
231 if (0 != rPath.getLength()) in makeComponentPath()
233 buf.append( rPath ); in makeComponentPath()
234 if (rPath[ rPath.getLength() -1 ] != '/') in makeComponentPath()
347 OUString const & rLibName, OUString const & rPath, in loadSharedLibComponentFactory() argument
353 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in loadSharedLibComponentFactory()
494 OUString const & rLibName, OUString const & rPath, in writeSharedLibComponentInfo() argument
499 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in writeSharedLibComponentInfo()