HomeSort by relevance Sort by last modified time
    Searched refs:cache_path (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/net/disk_cache/simple/
simple_index_file_posix.cc 30 const base::FilePath& cache_path,
32 const ScopedDir dir(opendir(cache_path.value().c_str()));
34 PLOG(ERROR) << "opendir " << cache_path.value();
44 const base::FilePath file_path = cache_path.Append(
48 PLOG(ERROR) << "readdir_r " << cache_path.value();
simple_test_util.cc 14 const base::FilePath& cache_path) {
15 base::FilePath entry_file_path = cache_path.AppendASCII(
simple_version_upgrade_unittest.cc 34 bool WriteFakeIndexFileV5(const base::FilePath& cache_path) {
40 const base::FilePath file_name = cache_path.AppendASCII("index");
49 const base::FilePath cache_path = cache_dir.path(); local
56 const base::FilePath file_name = cache_path.AppendASCII(kFakeIndexFileName);
66 const base::FilePath cache_path = cache_dir.path(); local
68 WriteFakeIndexFileV5(cache_path);
70 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName);
76 ASSERT_TRUE(disk_cache::UpgradeSimpleCacheOnDisk(cache_path));
80 ASSERT_TRUE(base::ReadFileToString(cache_path.AppendASCII(kFakeIndexFileName),
93 const base::FilePath cache_path = cache_dir.path() local
    [all...]
simple_index_file_win.cc 16 const base::FilePath& cache_path,
22 cache_path, false /* recursive */, base::FileEnumerator::FILES,
simple_test_util.h 43 const base::FilePath& cache_path);
simple_index_file_unittest.cc 162 const base::FilePath cache_path = cache_dir.path(); local
164 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
165 WrappedSimpleIndexFile simple_index_file(cache_path);
175 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
182 EXPECT_TRUE(base::TouchFile(cache_path, past_time, past_time));
183 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
269 const base::FilePath cache_path = cache_dir.path(); local
274 cache_path.AppendASCII("index"),
290 cache_path.AppendASCII("the-real-index");
297 ASSERT_TRUE(disk_cache::UpgradeSimpleCacheOnDisk(cache_path));
    [all...]
simple_index_file.h 142 const base::FilePath& cache_path,
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_external_data_manager.cc 26 const base::FilePath& cache_path,
31 resource_cache_(new ResourceCache(cache_path, backend_task_runner)) {
user_cloud_external_data_manager.h 40 const base::FilePath& cache_path,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation.h 68 const base::FilePath& cache_path,
71 const base::FilePath& cache_path,
75 const base::FilePath& cache_path,
get_file_for_saving_operation.cc 91 const base::FilePath& cache_path,
111 cache_path,
117 const base::FilePath& cache_path,
130 cache_path,
134 cache_path,
143 const base::FilePath& cache_path,
155 callback.Run(FILE_ERROR_OK, cache_path, entry.Pass());
  /external/chromium_org/base/android/
path_utils.cc 39 FilePath cache_path(ConvertJavaStringToUTF8(path));
40 *result = cache_path;
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.cc 25 const base::FilePath& cache_path,
31 cache_path_ = cache_path;
chrome_appcache_service.h 49 const base::FilePath& cache_path, // May be empty to use in-memory structs.
  /external/chromium_org/content/browser/gpu/
shader_disk_cache_unittest.cc 30 const base::FilePath& cache_path() { return temp_dir_.path(); } function in class:content::ShaderDiskCacheTest
35 cache_path());
shader_disk_cache.h 73 explicit ShaderDiskCache(const base::FilePath& cache_path);
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 35 const FilePath& cache_path,
96 FilePath cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl_io_data.cc 53 const FilePath& cache_path,
64 lazy_params->cache_path = cache_path;
220 lazy_params_->cache_path,
302 FilePath cache_path = app_path.Append(chrome::kCacheDirname); local
315 cache_path,
  /external/chromium_org/mojo/shell/
url_request_context_getter.cc 102 base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache")); local
108 cache_path,
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 301 base::FilePath cache_path = browser()->profile()->GetPath() local
306 EXPECT_TRUE(base::PathExists(cache_path));
321 EXPECT_FALSE(base::PathExists(cache_path));
334 EXPECT_TRUE(base::PathExists(cache_path));
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.h 32 explicit ResourceCache(const base::FilePath& cache_path,
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 156 const base::FilePath& cache_path,
174 lazy_params->cache_path = cache_path;
474 lazy_params_->cache_path,
581 base::FilePath cache_path = local
597 cache_path,
669 base::FilePath cache_path;
673 cache_path = lazy_params_->media_cache_path;
676 cache_path = partition_descriptor.path.Append(chrome::kMediaCacheDirname);
684 cache_path,
    [all...]
profile_impl_io_data.h 41 const base::FilePath& cache_path,
134 base::FilePath cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl.cc 552 base::FilePath cache_path = base_cache_path_; local
554 GetCacheParameters(false, &cache_path, &cache_max_size);
555 cache_path = GetCachePath(cache_path);
587 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 282 base::FilePath cache_path = local
284 if (base::PathExists(cache_path)) {
286 initialized_callback.Run(FILE_ERROR_OK, entry.Pass(), cache_path,
295 cache_path,

Completed in 188 milliseconds

1 2