Searched refs:storage_path (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/cronet/
H A Durl_request_context_config.cc46 !storage_path.empty()) {
48 cache_params.path = base::FilePath(storage_path);
75 &URLRequestContextConfig::storage_path);
H A Durl_request_context_config.h64 std::string storage_path; member in struct:cronet::URLRequestContextConfig
/external/chromium_org/base/android/
H A Dpath_utils.cc66 FilePath storage_path(ConvertJavaStringToUTF8(path));
67 *result = storage_path;
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dbackground_tasks.py31 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)
H A Dwww_server.py622 storage_path=_PERSISTENT_STORAGE_PATH,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper_browsertest.cc58 base::FilePath storage_path = GetLocalStoragePathForTestingProfile(); local
59 base::CreateDirectory(storage_path);
64 base::FilePath file_path = storage_path.Append(kFilesToCreate[i]);
H A Dbrowsing_data_remover_unittest.cc549 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
[all...]
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc177 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),
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc37 // |storage_path| on the UI thread. Returns true if the storage details are
39 bool GetStorageInfoOnUIThread(const base::string16& storage_path, argument
43 DCHECK(!storage_path.empty());
47 base::RemoveChars(storage_path, L"\\\\", &storage_device_id);

Completed in 174 milliseconds