cache_file_path    76 chrome/browser/chromeos/drive/download_handler.cc                         base::FilePath* cache_file_path,
cache_file_path    82 chrome/browser/chromeos/drive/download_handler.cc   *cache_file_path = dest_path;
cache_file_path   191 chrome/browser/chromeos/drive/download_handler.cc   return data ? data->cache_file_path() : base::FilePath();
cache_file_path   286 chrome/browser/chromeos/drive/download_handler.cc   base::FilePath* cache_file_path = new base::FilePath;
cache_file_path   292 chrome/browser/chromeos/drive/download_handler.cc                  cache_file_path),
cache_file_path   296 chrome/browser/chromeos/drive/download_handler.cc                  base::Owned(cache_file_path)));
cache_file_path   300 chrome/browser/chromeos/drive/download_handler.cc                                        const base::FilePath* cache_file_path,
cache_file_path   313 chrome/browser/chromeos/drive/download_handler.cc   data->set_cache_file_path(*cache_file_path);
cache_file_path    90 chrome/browser/chromeos/drive/download_handler.h                         const base::FilePath* cache_file_path,
cache_file_path    90 chrome/browser/chromeos/drive/dummy_file_system.h       const base::FilePath& cache_file_path,
cache_file_path   214 chrome/browser/chromeos/drive/fake_file_system.cc     const base::FilePath& cache_file_path,
cache_file_path   120 chrome/browser/chromeos/drive/fake_file_system.h       const base::FilePath& cache_file_path,
cache_file_path    38 chrome/browser/chromeos/drive/fake_file_system_unittest.cc   base::FilePath cache_file_path;
cache_file_path    49 chrome/browser/chromeos/drive/fake_file_system_unittest.cc           &initialize_error, &cache_file_path, &entry),
cache_file_path    58 chrome/browser/chromeos/drive/fake_file_system_unittest.cc   EXPECT_TRUE(cache_file_path.empty());
cache_file_path    75 chrome/browser/chromeos/drive/fake_file_system_unittest.cc           &initialize_error, &cache_file_path, &entry),
cache_file_path    84 chrome/browser/chromeos/drive/fake_file_system_unittest.cc   ASSERT_FALSE(cache_file_path.empty());
cache_file_path    93 chrome/browser/chromeos/drive/fake_file_system_unittest.cc       base::ReadFileToString(cache_file_path, &cache_file_content));
cache_file_path   100 chrome/browser/chromeos/drive/fake_file_system_unittest.cc   base::FilePath cache_file_path;
cache_file_path   106 chrome/browser/chromeos/drive/fake_file_system_unittest.cc           &initialize_error, &cache_file_path, &entry),
cache_file_path   124 chrome/browser/chromeos/drive/file_cache.cc                              base::FilePath* cache_file_path) {
cache_file_path   126 chrome/browser/chromeos/drive/file_cache.cc   DCHECK(cache_file_path);
cache_file_path   133 chrome/browser/chromeos/drive/file_cache.cc   *cache_file_path = GetCacheFilePath(id);
cache_file_path   225 chrome/browser/chromeos/drive/file_cache.cc                                    base::FilePath* cache_file_path) {
cache_file_path   227 chrome/browser/chromeos/drive/file_cache.cc   DCHECK(cache_file_path);
cache_file_path   249 chrome/browser/chromeos/drive/file_cache.cc   *cache_file_path = path;
cache_file_path    87 chrome/browser/chromeos/drive/file_cache.h   FileError GetFile(const std::string& id, base::FilePath* cache_file_path);
cache_file_path   105 chrome/browser/chromeos/drive/file_cache.h                           base::FilePath* cache_file_path);
cache_file_path   201 chrome/browser/chromeos/drive/file_cache_unittest.cc   base::FilePath cache_file_path;
cache_file_path   202 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(id, &cache_file_path));
cache_file_path   205 chrome/browser/chromeos/drive/file_cache_unittest.cc       cache_file_path.value());
cache_file_path   208 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_TRUE(base::ReadFileToString(cache_file_path, &contents));
cache_file_path   213 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_NOT_FOUND, cache_->GetFile(id, &cache_file_path));
cache_file_path   219 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_NOT_FOUND, cache_->GetFile(id, &cache_file_path));
cache_file_path   225 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(id, &cache_file_path));
cache_file_path   228 chrome/browser/chromeos/drive/file_cache_unittest.cc       cache_file_path.value());
cache_file_path   231 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_TRUE(base::ReadFileToString(cache_file_path, &contents));
cache_file_path   252 chrome/browser/chromeos/drive/file_cache_unittest.cc   base::FilePath cache_file_path;
cache_file_path   253 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(id, &cache_file_path));
cache_file_path   254 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_TRUE(base::ContentsEqual(src_file_path, cache_file_path));
cache_file_path   334 chrome/browser/chromeos/drive/file_cache_unittest.cc   base::FilePath cache_file_path;
cache_file_path   335 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->MarkAsMounted(id, &cache_file_path));
cache_file_path   341 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->MarkAsUnmounted(cache_file_path));
cache_file_path   403 chrome/browser/chromeos/drive/file_cache_unittest.cc   base::FilePath cache_file_path;
cache_file_path   404 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(id, &cache_file_path));
cache_file_path   406 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_TRUE(google_apis::test_util::WriteStringToFile(cache_file_path,
cache_file_path   470 chrome/browser/chromeos/drive/file_cache_unittest.cc   base::FilePath cache_file_path;
cache_file_path   471 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(id, &cache_file_path));
cache_file_path   475 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_FALSE(base::PathExists(cache_file_path));
cache_file_path   140 chrome/browser/chromeos/drive/file_system.cc     base::FilePath* cache_file_path) {
cache_file_path   146 chrome/browser/chromeos/drive/file_system.cc   return cache->MarkAsMounted(local_id, cache_file_path);
cache_file_path   151 chrome/browser/chromeos/drive/file_system.cc                             base::FilePath* cache_file_path,
cache_file_path   154 chrome/browser/chromeos/drive/file_system.cc   callback.Run(error, *cache_file_path);
cache_file_path   902 chrome/browser/chromeos/drive/file_system.cc   base::FilePath* cache_file_path = new base::FilePath;
cache_file_path   910 chrome/browser/chromeos/drive/file_system.cc                  cache_file_path),
cache_file_path   913 chrome/browser/chromeos/drive/file_system.cc                  base::Owned(cache_file_path)));
cache_file_path   917 chrome/browser/chromeos/drive/file_system.cc     const base::FilePath& cache_file_path,
cache_file_path   922 chrome/browser/chromeos/drive/file_system.cc   if (!cache_->IsUnderFileCacheDirectory(cache_file_path)) {
cache_file_path   932 chrome/browser/chromeos/drive/file_system.cc                  cache_file_path),
cache_file_path   153 chrome/browser/chromeos/drive/file_system.h       const base::FilePath& cache_file_path,
cache_file_path   153 chrome/browser/chromeos/drive/file_system/copy_operation.cc   base::FilePath cache_file_path;
cache_file_path   154 chrome/browser/chromeos/drive/file_system/copy_operation.cc   error = cache->GetFile(params->src_entry.local_id(), &cache_file_path);
cache_file_path   158 chrome/browser/chromeos/drive/file_system/copy_operation.cc   return cache->Store(local_id, std::string(), cache_file_path,
cache_file_path   369 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc   base::FilePath cache_file_path;
cache_file_path   376 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc                  &cache_file_path),
cache_file_path   382 chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc   EXPECT_TRUE(base::ReadFileToString(cache_file_path, &copied_contents));
cache_file_path    80 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath* cache_file_path,
cache_file_path    84 chrome/browser/chromeos/drive/file_system/download_operation.cc   DCHECK(cache_file_path);
cache_file_path   116 chrome/browser/chromeos/drive/file_system/download_operation.cc     *cache_file_path = gdoc_file_path;
cache_file_path   156 chrome/browser/chromeos/drive/file_system/download_operation.cc   error = cache->GetFile(local_id, cache_file_path);
cache_file_path   165 chrome/browser/chromeos/drive/file_system/download_operation.cc   if (base::GetFileInfo(*cache_file_path, &file_info))
cache_file_path   183 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath* cache_file_path,
cache_file_path   189 chrome/browser/chromeos/drive/file_system/download_operation.cc       entry, cache_file_path, temp_download_file_path);
cache_file_path   197 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath* cache_file_path,
cache_file_path   206 chrome/browser/chromeos/drive/file_system/download_operation.cc       entry, cache_file_path, temp_download_file_path);
cache_file_path   219 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath* cache_file_path) {
cache_file_path   243 chrome/browser/chromeos/drive/file_system/download_operation.cc   return cache->GetFile(local_id, cache_file_path);
cache_file_path   269 chrome/browser/chromeos/drive/file_system/download_operation.cc   void OnCacheFileFound(const base::FilePath& cache_file_path) const {
cache_file_path   274 chrome/browser/chromeos/drive/file_system/download_operation.cc     initialized_callback_.Run(FILE_ERROR_OK, cache_file_path,
cache_file_path   294 chrome/browser/chromeos/drive/file_system/download_operation.cc   void OnComplete(const base::FilePath& cache_file_path) {
cache_file_path   295 chrome/browser/chromeos/drive/file_system/download_operation.cc     completion_callback_.Run(FILE_ERROR_OK, cache_file_path, entry_.Pass());
cache_file_path   358 chrome/browser/chromeos/drive/file_system/download_operation.cc   base::FilePath* cache_file_path = new base::FilePath;
cache_file_path   372 chrome/browser/chromeos/drive/file_system/download_operation.cc                  cache_file_path,
cache_file_path   380 chrome/browser/chromeos/drive/file_system/download_operation.cc                  base::Owned(cache_file_path),
cache_file_path   399 chrome/browser/chromeos/drive/file_system/download_operation.cc   base::FilePath* cache_file_path = new base::FilePath;
cache_file_path   412 chrome/browser/chromeos/drive/file_system/download_operation.cc                  cache_file_path,
cache_file_path   420 chrome/browser/chromeos/drive/file_system/download_operation.cc                  base::Owned(cache_file_path),
cache_file_path   429 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath* cache_file_path,
cache_file_path   435 chrome/browser/chromeos/drive/file_system/download_operation.cc   DCHECK(cache_file_path);
cache_file_path   443 chrome/browser/chromeos/drive/file_system/download_operation.cc   if (!cache_file_path->empty()) {
cache_file_path   445 chrome/browser/chromeos/drive/file_system/download_operation.cc     params->OnCacheFileFound(*cache_file_path);
cache_file_path   446 chrome/browser/chromeos/drive/file_system/download_operation.cc     params->OnComplete(*cache_file_path);
cache_file_path   484 chrome/browser/chromeos/drive/file_system/download_operation.cc   base::FilePath* cache_file_path = new base::FilePath;
cache_file_path   494 chrome/browser/chromeos/drive/file_system/download_operation.cc                  cache_file_path),
cache_file_path   499 chrome/browser/chromeos/drive/file_system/download_operation.cc                  base::Owned(cache_file_path)));
cache_file_path   505 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath* cache_file_path,
cache_file_path   516 chrome/browser/chromeos/drive/file_system/download_operation.cc   params->OnComplete(*cache_file_path);
cache_file_path    91 chrome/browser/chromeos/drive/file_system/download_operation.h       base::FilePath* cache_file_path,
cache_file_path   107 chrome/browser/chromeos/drive/file_system/download_operation.h       base::FilePath* cache_file_path,
cache_file_path   470 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc   base::FilePath cache_file_path;
cache_file_path   478 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc           &error, &cache_file_path, &entry));
cache_file_path   483 chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc   EXPECT_TRUE(base::GetFileSize(cache_file_path, &cache_file_size));
cache_file_path   417 chrome/browser/chromeos/drive/file_system_interface.h       const base::FilePath& cache_file_path,
cache_file_path    32 chrome/browser/chromeos/drive/sync/entry_update_performer.cc   base::FilePath cache_file_path;
cache_file_path    89 chrome/browser/chromeos/drive/sync/entry_update_performer.cc       error = cache->GetFile(local_id, &local_state->cache_file_path);
cache_file_path   267 chrome/browser/chromeos/drive/sync/entry_update_performer.cc           local_state->cache_file_path,
cache_file_path   287 chrome/browser/chromeos/drive/sync/entry_update_performer.cc           local_state->cache_file_path,
cache_file_path   309 components/nacl/browser/nacl_browser.cc   base::FilePath cache_file_path;
cache_file_path   310 components/nacl/browser/nacl_browser.cc   browser_delegate_->GetCacheDirectory(&cache_file_path);
cache_file_path   314 components/nacl/browser/nacl_browser.cc       cache_file_path.Append(kValidationCacheFileName);
cache_file_path    84 components/nacl/browser/pnacl_host.cc   base::FilePath cache_file_path;
cache_file_path    85 components/nacl/browser/pnacl_host.cc   browser_delegate->GetCacheDirectory(&cache_file_path);
cache_file_path    88 components/nacl/browser/pnacl_host.cc   return cache_file_path.Append(kTranslationCacheDirectoryName);