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

  /external/chromium_org/components/cronet/
url_request_context_config.h 42 std::string storage_path; member in struct:cronet::URLRequestContextConfig
url_request_context_config.cc 27 !storage_path.empty()) {
29 cache_params.path = base::FilePath(storage_path);
56 &URLRequestContextConfig::storage_path);
  /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 621 storage_path=_PERSISTENT_STORAGE_PATH,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper_browsertest.cc 56 base::FilePath storage_path = GetLocalStoragePathForTestingProfile(); local
57 base::CreateDirectory(storage_path);
62 base::FilePath file_path = storage_path.Append(kFilesToCreate[i]);
browsing_data_remover_unittest.cc 535 base::FilePath storage_path = local
537 base::CreateDirectory(storage_path);
540 base::WriteFile(storage_path.Append(kDomStorageOrigin1), NULL, 0);
541 base::WriteFile(storage_path.Append(kDomStorageOrigin2), NULL, 0);
542 base::WriteFile(storage_path.Append(kDomStorageOrigin3), NULL, 0);
543 base::WriteFile(storage_path.Append(kDomStorageExt), NULL, 0);
547 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
550 base::TouchFile(storage_path.Append(kDomStorageOrigin2),
554 base::TouchFile(storage_path.Append(kDomStorageOrigin3),
557 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/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);

Completed in 632 milliseconds