Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/
H A DEquinoxConstants.java52 public static final String PROP_OSGI_SYSPATH = "osgi.syspath"; //$NON-NLS-1$ field in EquinoxConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/
H A DFileUtils.java60 String path = (String) properties.get(EquinoxConstants.PROP_OSGI_SYSPATH); in getSysPath()