Searched defs:cache_file (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_token_loader.cc24 const base::FilePath& cache_file,
27 cache_file_(cache_file),
22 UserPolicyTokenLoader( const base::WeakPtr<Delegate>& delegate, const base::FilePath& cache_file, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
H A Denterprise_install_attributes.cc103 const base::FilePath& cache_file) {
104 if (device_locked_ || !base::PathExists(cache_file))
110 int len = base::ReadFile(cache_file, buf, sizeof(buf));
112 PLOG(ERROR) << "Failed to read " << cache_file.value();
102 ReadCacheFile( const base::FilePath& cache_file) argument
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc35 const FilePath& cache_file);
58 const FilePath& cache_file)
60 cache_file_(cache_file) {}
135 const FilePath& cache_file)
138 cache_ = new TokenCache(weak_ptr_factory_.GetWeakPtr(), cache_file);
56 TokenCache( const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy, const FilePath& cache_file) argument
133 UserPolicyIdentityStrategy( Profile* profile, const FilePath& cache_file) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client_unittest.cc363 base::FilePath cache_file; local
365 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("fetched"), &cache_file));
366 EXPECT_TRUE(base::ReadFileToString(cache_file, &content));
370 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("dirty"), &cache_file));
371 EXPECT_TRUE(base::ReadFileToString(cache_file, &content));

Completed in 378 milliseconds