Home
last modified time | relevance | path

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

/AOO41X/main/cppuhelper/source/
H A Dshlib.cxx272 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()
[all …]
/AOO41X/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java175 File aModulePath = new File(sModulePath); in getQaUnoApiPath() local
176 if (! aModulePath.exists()) in getQaUnoApiPath()
178 aModulePath = new File(sModulePath + ".lnk"); in getQaUnoApiPath()
179 if (! aModulePath.exists()) in getQaUnoApiPath()
181 aModulePath = new File(sModulePath + ".link"); in getQaUnoApiPath()
182 if (! aModulePath.exists()) in getQaUnoApiPath()
189 sModulePath = aModulePath.getAbsolutePath(); in getQaUnoApiPath()