Home
last modified time | relevance | path

Searched refs:PERSISTENT_DIR_NAME (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.java61 public static final String PERSISTENT_DIR_NAME = "org.eclipse.osgi"; //$NON-NLS-1$ field in EquinoxConstants
H A DEquinoxBundlesState.java140 File file = new File(fwPersistentDataLocation, EquinoxConstants.PERSISTENT_DIR_NAME); in getTimeStamp()
162 if (EquinoxConstants.PERSISTENT_DIR_NAME.equals(Utils.getPathFromClause(clauses[0]))) in isSystemBundle()