HomeSort by relevance Sort by last modified time
    Searched defs:cacheFile (Results 1 - 10 of 10) sorted by null

  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageFetcher.java 129 final File cacheFile = new File(cache.createFilePath(urlString));
135 return cacheFile;
151 out = new BufferedOutputStream(new FileOutputStream(cacheFile), Utils.IO_BUFFER_SIZE);
158 return cacheFile;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
JarListSanitizer.java 315 File cacheFile = new File(mOut, CACHE_FILENAME);
316 if (cacheFile.exists() == false) {
322 reader = new BufferedReader(new InputStreamReader(new FileInputStream(cacheFile),
366 File cacheFile = new File(mOut, CACHE_FILENAME);
370 new FileOutputStream(cacheFile), "UTF-8");
399 cacheFile.getAbsolutePath());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 65 public File cacheFile;
67 private CacheEntry(long id, String contentUrl, File cacheFile) {
70 this.cacheFile = cacheFile;
147 if (!entry.cacheFile.isFile()) { // file has been removed
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 251 public File cacheFile;
254 Entry(long id, File cacheFile) {
256 this.cacheFile = Utils.checkNotNull(cacheFile);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 542 milliseconds