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

1 2

  /external/chromium_org/net/disk_cache/simple/
simple_test_util.h 23 const base::FilePath& cache_path);
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_index_file_win.cc 16 const base::FilePath& cache_path,
22 cache_path, false /* recursive */, base::FileEnumerator::FILES,
simple_index_file_unittest.cc 139 const base::FilePath cache_path = cache_dir.path(); local
141 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
142 WrappedSimpleIndexFile simple_index_file(cache_path);
151 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
158 EXPECT_TRUE(file_util::TouchFile(cache_path, past_time, past_time));
159 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
simple_index_file.h 135 const base::FilePath& cache_path,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation.h 67 const base::FilePath& cache_path,
70 const base::FilePath& cache_path,
74 const base::FilePath& cache_path,
get_file_for_saving_operation.cc 84 const base::FilePath& cache_path,
100 cache_path,
106 const base::FilePath& cache_path,
119 cache_path,
124 cache_path,
130 const base::FilePath& cache_path,
142 callback.Run(FILE_ERROR_OK, cache_path, entry.Pass());
copy_operation_unittest.cc 163 base::FilePath cache_path; local
166 &error, &cache_path));
172 EXPECT_TRUE(file_util::ReadFileToString(cache_path, &cache_file_data));
  /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_org/content/browser/
storage_partition_impl_unittest.cc 59 const base::FilePath& cache_path() { return temp_dir_.path(); } function in class:content::StoragePartitionShaderClearTest
64 cache_path());
113 cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL);
  /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,
profile_impl.cc 140 // request context that we need, |cache_path| will be set to the user provided
143 void GetCacheParameters(ContextType type, FilePath* cache_path,
145 DCHECK(cache_path);
150 *cache_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
373 FilePath cache_path = base_cache_path_; local
375 GetCacheParameters(kNormalContext, &cache_path, &cache_max_size);
376 cache_path = GetCachePath(cache_path);
391 io_data_.Init(cookie_path, cache_path, cache_max_size,
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
resource_cache.h 26 explicit ResourceCache(const base::FilePath& cache_path);
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 101 const base::FilePath& cache_path,
119 lazy_params->cache_path = cache_path;
418 lazy_params_->cache_path,
524 base::FilePath cache_path = local
543 cache_path,
623 base::FilePath cache_path;
627 cache_path = lazy_params_->media_cache_path;
630 cache_path = partition_descriptor.path.Append(chrome::kMediaCacheDirname);
638 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 517 base::FilePath cache_path = base_cache_path_; local
519 GetCacheParameters(false, &cache_path, &cache_max_size);
520 cache_path = GetCachePath(cache_path);
552 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 290 base::FilePath cache_path = local
292 if (base::PathExists(cache_path)) {
294 initialized_callback.Run(FILE_ERROR_OK, entry.Pass(), cache_path,
303 cache_path,
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 133 base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache")); local
144 cache_path,
  /external/chromium_org/tools/valgrind/
scan-build.py 197 cache_path = os.path.join(path, CACHE_DIR)
199 fyi = Waterfall(ROOT_URL, cache_path)

Completed in 685 milliseconds

1 2