Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/source/
H A Dshlib.cxx272 static OUString getLibEnv(OUString const & aModulePath, in getLibEnv() argument
303 aExcMsg = aModulePath; in getLibEnv()
354 if (! checkAccessPath( &aModulePath )) in loadSharedLibComponentFactory()
358 aModulePath, in loadSharedLibComponentFactory()
438 aExcMsg = aModulePath; in loadSharedLibComponentFactory()
458 aExcMsg = aModulePath; in loadSharedLibComponentFactory()
501 if (! checkAccessPath( &aModulePath )) in writeSharedLibComponentInfo()
505 aModulePath, in writeSharedLibComponentInfo()
552 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
560 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java176 File aModulePath = new File(sModulePath); in getQaUnoApiPath() local
177 if (! aModulePath.exists()) in getQaUnoApiPath()
179 aModulePath = new File(sModulePath + ".lnk"); in getQaUnoApiPath()
180 if (! aModulePath.exists()) in getQaUnoApiPath()
182 aModulePath = new File(sModulePath + ".link"); in getQaUnoApiPath()
183 if (! aModulePath.exists()) in getQaUnoApiPath()
190 sModulePath = aModulePath.getAbsolutePath(); in getQaUnoApiPath()

Completed in 36 milliseconds