Searched defs:paths (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
H A DAndroidClasspathContainerInitializer.java82 /** path separator to store multiple paths in a single property. This is guaranteed to not
294 * The method also stores the paths used to create the entries in the project persistent
305 String[] paths = getTargetPaths(target);
307 // create the classpath entry from the paths
308 IClasspathEntry[] entries = createClasspathEntriesFromPaths(paths, target);
310 // paths now contains all the path required to recreate the IClasspathEntry with no
314 for (String p : paths) {
345 // the cache contains multiple paths, separated by a character guaranteed to not be in
350 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
351 if (paths
400 createClasspathEntriesFromPaths(String[] paths, IAndroidTarget target) argument
[all...]

Completed in 1272 milliseconds