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

  /packages/apps/Gallery3D/src/com/cooliris/media/
DiskCache.java 51 File cacheDirectory = new File(cacheDirectoryPath);
52 if (!cacheDirectory.isDirectory() && !cacheDirectory.mkdirs()) {
181 File cacheDirectory = new File(mCacheDirectoryPath);
182 String[] cacheFiles = cacheDirectory.list();
186 new File(cacheDirectory, cacheFile).delete();
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 352 void ApplicationCacheStorage::setCacheDirectory(const String& cacheDirectory)
355 ASSERT(!cacheDirectory.isNull());
357 m_cacheDirectory = cacheDirectory;
360 const String& ApplicationCacheStorage::cacheDirectory() const
    [all...]

Completed in 107 milliseconds