Home
last modified time | relevance | path

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

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx537 getJREInfoByPath(*it_home, vecInfos); in createJavaInfoFromWinReg()
548 getJREInfoByPath(*it_home, vecInfos); in createJavaInfoFromWinReg()
741 ret = getJREInfoByPath(sHome, vecInfos); in getJREInfoFromBinPath()
785 bool getJREInfoByPath(const rtl::OUString& path, in getJREInfoByPath() function
790 rtl::Reference<VendorBase> aInfo = getJREInfoByPath(path); in getJREInfoByPath()
866 rtl::Reference<VendorBase> getJREInfoByPath( in getJREInfoByPath() function
1141 getJREInfoByPath(sHomeUrl, vecInfos); in createJavaInfoFromJavaHome()
1168 getJREInfoByPath(OUSTR("file:////usr/jdk/latest"), vecInfos); in createJavaInfoDirScan()
1253 getJREInfoByPath(aStatus.getFileURL(),vecInfos); in createJavaInfoDirScan()
1258 getJREInfoByPath( in createJavaInfoDirScan()
[all …]
H A Dutil.hxx94 rtl::Reference<VendorBase> getJREInfoByPath(const rtl::OUString& path);
109 bool getJREInfoByPath(const rtl::OUString& path,
H A Dsunjavaplugin.cxx352 rtl::Reference<VendorBase> aVendorInfo = getJREInfoByPath(ouPath); in jfw_plugin_getJavaInfoByPath()