Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java928 String FRAMEWORK_OS_NAME = "org.osgi.framework.os.name"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DEquinoxConfiguration.java17 import static org.osgi.framework.Constants.FRAMEWORK_OS_NAME;
259 …ys.asList(PROP_OSGI_ARCH, PROP_OSGI_OS, PROP_OSGI_WS, PROP_OSGI_NL, FRAMEWORK_OS_NAME, FRAMEWORK_O…
984 value = getConfiguration(FRAMEWORK_OS_NAME); in initializeProperties()
988 setConfiguration(FRAMEWORK_OS_NAME, aliasMapper.getCanonicalOSName(value)); in initializeProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DNativeCodeSpecificationImpl.java77 Object platformOS = platformProps[i].get(Constants.FRAMEWORK_OS_NAME); in isSatisfiedBy()
H A DStateImpl.java149 …VIRONMENT, "osgi.resolveOptional", "osgi.genericAliases", Constants.FRAMEWORK_OS_NAME, Constants.F…
876 …if (newPlatformProperties[i].get(Constants.FRAMEWORK_OS_NAME) == null && newPlatformProperties[i].… in setPlatformProperties()
877 … newPlatformProperties[i].put(Constants.FRAMEWORK_OS_NAME, newPlatformProperties[i].get(OSGI_OS)); in setPlatformProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/
H A DSystemBundleTests.java1871 Constants.FRAMEWORK_OS_NAME, // in testAllNullConfigurationValues()
2696 …work os name value", "win32", equinox.getBundleContext().getProperty(Constants.FRAMEWORK_OS_NAME)); in testWindowsAlias()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/
H A DStorage.java822 String osName = equinoxConfig.getConfiguration(Constants.FRAMEWORK_OS_NAME);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/
H A DStateResolverTest.java3986 props[0].put(Constants.FRAMEWORK_OS_NAME, "WIN32"); // Use different case for osname //$NON-NLS-1$ in testNativeCodeResolution02()
4005 props[0].put(Constants.FRAMEWORK_OS_NAME, "win32"); //$NON-NLS-1$ in testNativeCodeResolution03()
4024 …props[0].put(Constants.FRAMEWORK_OS_NAME, "DoesNotExist"); // Use different case for osname //$NON… in testNativeCodeResolution04()