HomeSort by relevance Sort by last modified time
    Searched refs:cache_path (Results 1 - 25 of 33) 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 15 const base::FilePath& cache_path) {
16 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 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...]
simple_index_file.h 143 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 71 const base::FilePath& cache_path,
75 const base::FilePath& cache_path,
80 const base::FilePath& cache_path,
get_file_for_saving_operation.cc 110 const base::FilePath& cache_path,
136 cache_path,
143 const base::FilePath& cache_path,
157 cache_path,
161 cache_path,
171 const base::FilePath& cache_path,
187 callback.Run(FILE_ERROR_OK, cache_path, entry.Pass());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.h 40 const base::FilePath& cache_path,
  /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 24 const base::FilePath& cache_path,
30 cache_path_ = cache_path;
chrome_appcache_service.h 48 // If |cache_path| is empty we will use in-memory structs.
50 const base::FilePath& cache_path,
  /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_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/components/policy/core/common/cloud/
resource_cache.h 32 explicit ResourceCache(const base::FilePath& cache_path,
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_storage.cc 156 base::FilePath cache_path = variable
162 base::Bind(&SimpleCacheLoader::CreateCachePrepDirInPool, cache_path),
169 static bool CreateCachePrepDirInPool(const base::FilePath& cache_path) {
170 if (base::PathExists(cache_path))
171 base::DeleteFile(cache_path, /* recursive */ true);
172 return base::CreateDirectory(cache_path);
193 base::FilePath cache_path = variable
198 cache_path,
204 const base::FilePath& cache_path,
207 bool rv = base::DeleteFile(cache_path, true)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 287 base::FilePath cache_path = local
291 int result = base::WriteFile(cache_path, "", 0);
294 if (base::PathExists(cache_path)) {
296 initialized_callback.Run(FILE_ERROR_OK, cache_path, entry.Pass());
303 cache_path,
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 123 const base::FilePath& cache_path,
150 lazy_params->cache_path = cache_path;
542 lazy_params_->cache_path,
664 base::FilePath cache_path = local
675 cache_path,
750 base::FilePath cache_path;
754 cache_path = lazy_params_->media_cache_path;
757 cache_path = partition_descriptor.path.Append(chrome::kMediaCacheDirname);
765 cache_path,
    [all...]
profile_impl_io_data.h 54 const base::FilePath& cache_path,
162 base::FilePath cache_path; member in struct:ProfileImplIOData::LazyParams
  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 30 base::FilePath cache_path; local
31 locked_ = PathService::Get(chromeos::FILE_INSTALL_ATTRIBUTES, &cache_path) &&
32 base::PathExists(cache_path);
267 base::FilePath cache_path; local
268 if (!PathService::Get(chromeos::FILE_INSTALL_ATTRIBUTES, &cache_path))
311 base::WriteFile(cache_path, result.data(), result.size());
  /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,

Completed in 823 milliseconds

1 2