Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/module/
H A Dosl_Module.cxx71 osl::Module::getUrlFromAddress( ( void* ) &getDllURL, dirPath ); in getDllURL()
223 class getUrlFromAddress : public ::testing::Test class
231 TEST_F(getUrlFromAddress, getUrlFromAddress_001 ) in TEST_F() argument
234 … bRes = osl::Module::getUrlFromAddress( ( void* ) &::osl_Module::testClass::myFunc, aFileURL ) ; in TEST_F()
243 TEST_F(getUrlFromAddress, getUrlFromAddress_002 ) in TEST_F() argument
249 bRes = osl::Module::getUrlFromAddress( ( void* )pFunc, aFileURL ); in TEST_F()
439 bRes = ::osl::Module::getUrlFromAddress( oslFunc, aLibraryURL); in TEST_F()
/trunk/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
/trunk/main/sal/osl/all/
H A Dloadmodulerelative.cxx48 if (!::osl::Module::getUrlFromAddress(baseModule, base)) { in osl_loadModuleRelative()
/trunk/main/cppuhelper/test/testlib/
H A Ddefbootstrap_lib.cxx48 ::osl::Module::getUrlFromAddress((void *)tryService, libraryFileUrl); in tryService()
/trunk/main/sal/qa/rtl/process/
H A Drtl_Process.cxx61 ::osl::Module::getUrlFromAddress( in getModulePath()
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx308 if (!osl::Module::getUrlFromAddress( in getLibraryLocation()
/trunk/main/sal/qa/osl/process/
H A Dosl_process.cxx85 osl::Module::getUrlFromAddress( ( void* ) &getExecutablePath, dirPath ); in getExecutablePath()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx88 Module::getUrlFromAddress( reinterpret_cast<oslGenericFunction>(get_this_libpath), path ); in get_this_libpath()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx205 OSL_VERIFY( ::osl::Module::getUrlFromAddress( &thisModule, moduleBase ) ); in construct()
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx114 if( Module::getUrlFromAddress( in getLibDir()
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx94 ::osl::Module::getUrlFromAddress( ( oslGenericFunction ) &getModulePath, suDirPath ); in getModulePath()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx138 …OSL_VERIFY(osl::Module::getUrlFromAddress((void *)(sal_IntPtr)getLibraryLocation, libraryFileUrl)); in getLibraryLocation()

Completed in 225 milliseconds