Searched refs:ouVendor (Results 1 – 1 of 1) sorted by relevance
211 OUString ouVendor(sVendor); in jfw_plugin_getAllJavaInfos() local215 OSL_ASSERT(ouVendor.getLength() > 0); in jfw_plugin_getAllJavaInfos()216 if (ouVendor.getLength() == 0) in jfw_plugin_getAllJavaInfos()231 if (ouVendor.equals(cur->getVendor()) == sal_False) in jfw_plugin_getAllJavaInfos()344 OUString ouVendor(sVendor); in jfw_plugin_getJavaInfoByPath() local348 OSL_ASSERT(ouVendor.getLength() > 0); in jfw_plugin_getJavaInfoByPath()349 if (ouVendor.getLength() == 0) in jfw_plugin_getJavaInfoByPath()357 if (ouVendor.equals(aVendorInfo->getVendor()) == sal_False) in jfw_plugin_getJavaInfoByPath()
Completed in 19 milliseconds