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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndexCache.java95 boolean useCache, String cacheLocation,
101 useCache, cacheLocation);
93 getZipFileIndex(File zipFile, RelativeDirectory symbolFilePrefix, boolean useCache, String cacheLocation, boolean writeIndex) argument
H A DZipFileIndex.java123 boolean useCache, String cacheLocation) throws IOException {
130 this.preindexedCacheLocation = cacheLocation;
122 ZipFileIndex(File zipFile, RelativeDirectory symbolFilePrefix, boolean writeIndex, boolean useCache, String cacheLocation) argument

Completed in 32 milliseconds