HomeSort by relevance Sort by last modified time
    Searched refs:classCachePath (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 26 final String classCachePath = System.getProperty("cached.robolectric.classes.path");
28 if (null == classCachePath || "".equals(classCachePath.trim())) {
31 classCacheDirectory = new File(classCachePath);
ClassCache.java 23 public ClassCache(String classCachePath, final int expectedCacheVersion) {
24 final File cacheJarFile = new File(classCachePath);

Completed in 582 milliseconds