Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRuleLoader.java122 File pathFile = new File(pathElement); in computeUserClassLoader() local
123 if (!pathFile.isAbsolute()) { in computeUserClassLoader()
124 pathFile = new File(project.getLocation().toFile(), pathElement); in computeUserClassLoader()
128 if (pathFile.isFile() || pathFile.isDirectory()) { in computeUserClassLoader()
131 url = pathFile.toURI().toURL(); in computeUserClassLoader()
134 mUserJarTimeStamps.add(Pair.of(pathFile, pathFile.lastModified())); in computeUserClassLoader()