Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidClasspathContainerInitializer.java85 private final static String PATH_SEPARATOR = "\u001C"; //$NON-NLS-1$ field in AndroidClasspathContainerInitializer
90 private final static String CACHE_VERSION_SEP = CACHE_VERSION + PATH_SEPARATOR;
315 sb.append(PATH_SEPARATOR);
350 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
616 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));