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

  /system/extras/bugmailer/
bugmailer.sh 11 storagePath="$EXTERNAL_STORAGE/bugreports"
12 bugreport=$storagePath/bugreport-$timestamp
  /external/webkit/Source/WebCore/storage/
StorageTracker.h 49 static void initializeTracker(const String& storagePath);
77 StorageTracker(const String& storagePath);
StorageTracker.cpp 51 void StorageTracker::initializeTracker(const String& storagePath)
57 storageTracker = new StorageTracker(storagePath);
77 StorageTracker::StorageTracker(const String& storagePath)
82 setStorageDirectoryPath(storagePath);
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 232 QString storagePath = !localStoragePath.isEmpty() ? localStoragePath : global->localStoragePath;
233 settings->setLocalStorageDatabasePath(storagePath);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 123 public MtpDatabase(Context context, String volumeName, String storagePath,
130 mMediaStoragePath = storagePath;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 726 * @param storagePath path to mount point for the removed media
728 public void closeExternalStorageFiles(String storagePath) {
    [all...]

Completed in 260 milliseconds