Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DJarFinder.java174 String classpathAttribute = manifest.getMainAttributes() in getClassPathFromManifest() local
176 if (classpathAttribute != null) { in getClassPathFromManifest()
177 for (String path : CLASS_PATH_ATTRIBUTE_SEPARATOR.split(classpathAttribute)) { in getClassPathFromManifest()
/external/guava/android/guava/src/com/google/common/reflect/
DClassPath.java430 String classpathAttribute = in getClassPathFromManifest() local
432 if (classpathAttribute != null) { in getClassPathFromManifest()
433 for (String path : CLASS_PATH_ATTRIBUTE_SEPARATOR.split(classpathAttribute)) { in getClassPathFromManifest()
/external/guava/guava/src/com/google/common/reflect/
DClassPath.java429 String classpathAttribute = in getClassPathFromManifest() local
431 if (classpathAttribute != null) { in getClassPathFromManifest()
432 for (String path : CLASS_PATH_ATTRIBUTE_SEPARATOR.split(classpathAttribute)) { in getClassPathFromManifest()