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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 45 static string storageDirectory()
52 string storageDirectory = jstringToStdString(env, static_cast<jstring>(env->CallStaticObjectMethod(bridgeClass, method)));
55 // Return empty string if storageDirectory is an empty string
56 if (storageDirectory.empty())
57 return storageDirectory;
59 storageDirectory.append(kDirectory);
60 return storageDirectory;
106 string storage(storageDirectory());
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 164 static String storageDirectory(DWORD pathIdentifier)
188 String directory = storageDirectory(pathIdentifier);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 530 String storageDirectory = Environment
532 StatFs stat = new StatFs(storageDirectory);

Completed in 100 milliseconds