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

  /external/chromium_org/components/cronet/
url_request_context_config.cc 46 !storage_path.empty()) {
48 cache_params.path = base::FilePath(storage_path);
75 &URLRequestContextConfig::storage_path);
url_request_context_config_list.h 11 DEFINE_CONTEXT_CONFIG(STORAGE_PATH)
url_request_context_config.h 64 std::string storage_path; member in struct:cronet::URLRequestContextConfig
  /external/chromium_org/base/android/
path_utils.cc 66 FilePath storage_path(ConvertJavaStringToUTF8(path));
67 *result = storage_path;
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 31 def StartTracer(process, storage_path, interval, count, trace_native_heap):
35 storage_path=storage_path,
58 def TracerMain_(log, storage_path, backend_name, device_id, pid, interval,
62 storage = file_storage.Storage(storage_path)
www_server.py 622 storage_path=_PERSISTENT_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");
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper_browsertest.cc 58 base::FilePath storage_path = GetLocalStoragePathForTestingProfile(); local
59 base::CreateDirectory(storage_path);
64 base::FilePath file_path = storage_path.Append(kFilesToCreate[i]);
browsing_data_remover_unittest.cc 549 base::FilePath storage_path = local
551 base::CreateDirectory(storage_path);
554 base::WriteFile(storage_path.Append(kDomStorageOrigin1), NULL, 0);
555 base::WriteFile(storage_path.Append(kDomStorageOrigin2), NULL, 0);
556 base::WriteFile(storage_path.Append(kDomStorageOrigin3), NULL, 0);
557 base::WriteFile(storage_path.Append(kDomStorageExt), NULL, 0);
561 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
564 base::TouchFile(storage_path.Append(kDomStorageOrigin2),
568 base::TouchFile(storage_path.Append(kDomStorageOrigin3),
571 base::TouchFile(storage_path.Append(kDomStorageExt), now, now)
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 177 base::FilePath storage_path = local
179 base::CreateDirectory(storage_path);
182 base::WriteFile(storage_path.Append(kDomStorageOrigin1), NULL, 0);
183 base::WriteFile(storage_path.Append(kDomStorageOrigin2), NULL, 0);
184 base::WriteFile(storage_path.Append(kDomStorageOrigin3), NULL, 0);
188 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
191 base::TouchFile(storage_path.Append(kDomStorageOrigin2),
195 base::TouchFile(storage_path.Append(kDomStorageOrigin3),
    [all...]
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlRequestFactoryConfig.java 99 return putString(UrlRequestContextConfig.STORAGE_PATH, value);
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 37 // |storage_path| on the UI thread. Returns true if the storage details are
39 bool GetStorageInfoOnUIThread(const base::string16& storage_path,
43 DCHECK(!storage_path.empty());
47 base::RemoveChars(storage_path, L"\\\\", &storage_device_id);
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 151 public static final String EXTRA_STORAGE_PATH = "android.content.pm.extra.STORAGE_PATH";
    [all...]

Completed in 2069 milliseconds