Lines Matching refs:aModulePath

272 static OUString getLibEnv(OUString         const & aModulePath,  in getLibEnv()  argument
303 aExcMsg = aModulePath; in getLibEnv()
353 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in loadSharedLibComponentFactory() local
354 if (! checkAccessPath( &aModulePath )) in loadSharedLibComponentFactory()
358 aModulePath, in loadSharedLibComponentFactory()
363 aModulePath.pData, SAL_LOADMODULE_LAZY | SAL_LOADMODULE_GLOBAL ); in loadSharedLibComponentFactory()
367 OUSTR("loading component library failed: ") + aModulePath, in loadSharedLibComponentFactory()
378 OUString aExcMsg = getLibEnv(aModulePath, lib, &env, &aEnvTypeName, currentEnv, rImplName); in loadSharedLibComponentFactory()
438 aExcMsg = aModulePath; in loadSharedLibComponentFactory()
458 aExcMsg = aModulePath; in loadSharedLibComponentFactory()
499 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in writeSharedLibComponentInfo() local
501 if (! checkAccessPath( &aModulePath )) in writeSharedLibComponentInfo()
505 aModulePath, in writeSharedLibComponentInfo()
510 aModulePath.pData, SAL_LOADMODULE_LAZY | SAL_LOADMODULE_GLOBAL ); in writeSharedLibComponentInfo()
514 OUSTR("loading component library failed: ") + aModulePath, in writeSharedLibComponentInfo()
524 OUString aExcMsg = getLibEnv(aModulePath, lib, &env, &aEnvTypeName, currentEnv); in writeSharedLibComponentInfo()
552 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
560 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
583 aExcMsg = aModulePath; in writeSharedLibComponentInfo()