Home
last modified time | relevance | path

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

/trunk/main/jvmfwk/source/
H A Dframework.cxx79 boost::scoped_array<osl::Module> sarModules; in jfw_findAllJREs() local
80 sarModules.reset(new osl::Module[vecPlugins.size()]); in jfw_findAllJREs()
81 osl::Module * arModules = sarModules.get(); in jfw_findAllJREs()
452 boost::scoped_array<osl::Module> sarModules; in jfw_findAndSelectJRE() local
453 sarModules.reset(new osl::Module[vecPlugins.size()]); in jfw_findAndSelectJRE()
454 osl::Module * arModules = sarModules.get(); in jfw_findAndSelectJRE()
751 boost::scoped_array<osl::Module> sarModules; in jfw_getJavaInfoByPath() local
752 sarModules.reset(new osl::Module[vecPlugins.size()]); in jfw_getJavaInfoByPath()
753 osl::Module * arModules = sarModules.get(); in jfw_getJavaInfoByPath()

Completed in 25 milliseconds