Searched refs:getUrlFromAddress (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 70 osl::Module::getUrlFromAddress( ( void* ) &getDllURL, dirPath ); in getDllURL() 204 … bRes = osl::Module::getUrlFromAddress( ( void* ) &::osl_Module::testClass::myFunc, aFileURL ); in ctors_name_mode() 229 class getUrlFromAddress : public CppUnit::TestFixture class 237 … bRes = osl::Module::getUrlFromAddress( ( void* ) &::osl_Module::testClass::myFunc, aFileURL ) ; in getUrlFromAddress_001() 253 bRes = osl::Module::getUrlFromAddress( ( void* )pFunc, aFileURL ); in getUrlFromAddress_002() 266 CPPUNIT_TEST_SUITE( getUrlFromAddress ); 382 … bRes = osl::Module::getUrlFromAddress( ( void* ) &::osl_Module::testClass::myFunc, aFileURL ); in is_001() 487 bRes = ::osl::Module::getUrlFromAddress( oslFunc, aLibraryURL); in getFunctionSymbol_001() 503 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Module::getUrlFromAddress, "osl_Module");
|
/aoo41x/main/sal/inc/osl/ |
H A D | module.hxx | 41 static sal_Bool getUrlFromAddress(void * addr, ::rtl::OUString & libraryUrl) { in getUrlFromAddress() function in osl::Module 66 static sal_Bool getUrlFromAddress( oslGenericFunction addr, ::rtl::OUString & libraryUrl){ in getUrlFromAddress() function in osl::Module
|
/aoo41x/main/sal/osl/all/ |
H A D | loadmodulerelative.cxx | 48 if (!::osl::Module::getUrlFromAddress(baseModule, base)) { in osl_loadModuleRelative()
|
/aoo41x/main/cppuhelper/test/testlib/ |
H A D | defbootstrap_lib.cxx | 48 ::osl::Module::getUrlFromAddress((void *)tryService, libraryFileUrl); in tryService()
|
/aoo41x/main/sal/qa/rtl/process/ |
H A D | rtl_Process.cxx | 61 ::osl::Module::getUrlFromAddress( in getModulePath()
|
/aoo41x/main/jvmfwk/source/ |
H A D | fwkutil.cxx | 308 if (!osl::Module::getUrlFromAddress( in getLibraryLocation()
|
/aoo41x/main/sal/qa/osl/process/ |
H A D | osl_process.cxx | 88 osl::Module::getUrlFromAddress( ( void* ) &getExecutablePath, dirPath ); in getExecutablePath()
|
/aoo41x/main/cppuhelper/source/ |
H A D | bootstrap.cxx | 88 Module::getUrlFromAddress( reinterpret_cast<oslGenericFunction>(get_this_libpath), path ); in get_this_libpath()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_connection.cxx | 205 OSL_VERIFY( ::osl::Module::getUrlFromAddress( &thisModule, moduleBase ) ); in construct()
|
/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_module.cxx | 114 if( Module::getUrlFromAddress( in getLibDir()
|
/aoo41x/main/sal/qa/rtl/bootstrap/ |
H A D | rtl_Bootstrap.cxx | 91 ::osl::Module::getUrlFromAddress( ( oslGenericFunction ) &getModulePath, suDirPath ); in getModulePath()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 138 …OSL_VERIFY(osl::Module::getUrlFromAddress((void *)(sal_IntPtr)getLibraryLocation, libraryFileUrl)); in getLibraryLocation()
|
Completed in 56 milliseconds