HomeSort by relevance Sort by last modified time
    Searched refs:GetMetadataPath (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/search_provider_logos/
logo_cache.cc 159 base::FilePath LogoCache::GetMetadataPath() {
173 base::FilePath metadata_path = GetMetadataPath();
192 base::WriteFile(GetMetadataPath(), str.data(), static_cast<int>(str.size()));
208 base::FilePath metadata_path = GetMetadataPath();
226 base::DeleteFile(GetMetadataPath(), false);
logo_cache.h 78 base::FilePath GetMetadataPath();
logo_cache_unittest.cc 186 base::DeleteFile(cache_->GetMetadataPath(), false);
225 ShortenFile(cache_->GetMetadataPath());
230 EXPECT_FALSE(base::PathExists(cache_->GetMetadataPath()));
248 EXPECT_FALSE(base::PathExists(cache_->GetMetadataPath()));

Completed in 47 milliseconds