HomeSort by relevance Sort by last modified time
    Searched defs:cache_path (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 139 base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache")); local
150 cache_path,
  /external/chromium_org/mojo/services/network/
network_context.cc 97 base::FilePath cache_path = base_path.Append(FILE_PATH_LITERAL("Cache")); local
103 cache_path,
  /external/chromium_org/net/disk_cache/simple/
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_unittest.cc 163 const base::FilePath cache_path = cache_dir.path(); local
165 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
166 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
272 base::File file(cache_path.AppendASCII("index"),
287 cache_path.AppendASCII("the-real-index");
294 ASSERT_TRUE(disk_cache::UpgradeSimpleCacheOnDisk(cache_path));
    [all...]
  /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());
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 310 base::FilePath cache_path = browser()->profile()->GetPath() local
315 EXPECT_TRUE(base::PathExists(cache_path));
330 EXPECT_FALSE(base::PathExists(cache_path));
343 EXPECT_TRUE(base::PathExists(cache_path));
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 288 base::FilePath cache_path = local
290 if (base::PathExists(cache_path)) {
292 initialized_callback.Run(FILE_ERROR_OK, cache_path, entry.Pass());
299 cache_path,
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 132 const base::FilePath& cache_path,
150 lazy_params->cache_path = cache_path;
488 lazy_params_->cache_path,
626 base::FilePath cache_path = local
637 cache_path,
713 base::FilePath cache_path;
717 cache_path = lazy_params_->media_cache_path;
720 cache_path = partition_descriptor.path.Append(chrome::kMediaCacheDirname);
728 cache_path,
    [all...]
profile_impl_io_data.h 52 const base::FilePath& cache_path,
159 base::FilePath cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl.cc 565 base::FilePath cache_path = base_cache_path_; local
567 GetCacheParameters(false, &cache_path, &cache_max_size);
568 cache_path = GetCachePath(cache_path);
603 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
    [all...]
profile_manager.cc 179 base::FilePath cache_path; local
180 chrome::GetUserCacheDirectory(profile_path, &cache_path);
182 base::DeleteFile(cache_path, true);
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 40 base::FilePath cache_path; local
41 locked_ = PathService::Get(chromeos::FILE_INSTALL_ATTRIBUTES, &cache_path) &&
42 base::PathExists(cache_path);
276 base::FilePath cache_path; local
277 if (!PathService::Get(chromeos::FILE_INSTALL_ATTRIBUTES, &cache_path))
318 FROM_HERE, base::Bind(&PersistFile, cache_path, result), false);

Completed in 362 milliseconds