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

  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_browsertest.cc 43 FilePath storage_path = GetLocalStoragePathForTestingProfile(); local
44 file_util::CreateDirectory(storage_path);
49 FilePath file_path = storage_path.Append(kFilesToCreate[i]);
55 FilePath storage_path(testing_profile_.GetPath());
56 storage_path = storage_path.Append(
58 return storage_path;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 39 private static final String STORAGE_PATH = Environment.getExternalStorageDirectory().toString();
61 FileOutputStream o = new FileOutputStream(STORAGE_PATH + '/' + name + ".dump");

Completed in 136 milliseconds