Home
last modified time | relevance | path

Searched refs:getUrlFromAddress (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sal/qa/osl/module/
H A Dosl_Module.cxx70 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 Dmodule.hxx41 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 Dloadmodulerelative.cxx48 if (!::osl::Module::getUrlFromAddress(baseModule, base)) { in osl_loadModuleRelative()
/aoo41x/main/cppuhelper/test/testlib/
H A Ddefbootstrap_lib.cxx48 ::osl::Module::getUrlFromAddress((void *)tryService, libraryFileUrl); in tryService()
/aoo41x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx61 ::osl::Module::getUrlFromAddress( in getModulePath()
/aoo41x/main/jvmfwk/source/
H A Dfwkutil.cxx308 if (!osl::Module::getUrlFromAddress( in getLibraryLocation()
/aoo41x/main/sal/qa/osl/process/
H A Dosl_process.cxx88 osl::Module::getUrlFromAddress( ( void* ) &getExecutablePath, dirPath ); in getExecutablePath()
/aoo41x/main/cppuhelper/source/
H A Dbootstrap.cxx88 Module::getUrlFromAddress( reinterpret_cast<oslGenericFunction>(get_this_libpath), path ); in get_this_libpath()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_connection.cxx205 OSL_VERIFY( ::osl::Module::getUrlFromAddress( &thisModule, moduleBase ) ); in construct()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_module.cxx114 if( Module::getUrlFromAddress( in getLibDir()
/aoo41x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx91 ::osl::Module::getUrlFromAddress( ( oslGenericFunction ) &getModulePath, suDirPath ); in getModulePath()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx138 …OSL_VERIFY(osl::Module::getUrlFromAddress((void *)(sal_IntPtr)getLibraryLocation, libraryFileUrl)); in getLibraryLocation()

Completed in 67 milliseconds