Home
last modified time | relevance | path

Searched refs:consent_dir (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/google/
Dgoogle_update_settings_posix.cc33 FilePath consent_dir; in SetCollectStatsConsent() local
34 PathService::Get(chrome::DIR_USER_DATA, &consent_dir); in SetCollectStatsConsent()
35 if (!file_util::DirectoryExists(consent_dir)) in SetCollectStatsConsent()
38 FilePath consent_file = consent_dir.AppendASCII(kConsentToSendStats); in SetCollectStatsConsent()
56 FilePath consent_dir; in SetMetricsId() local
57 PathService::Get(chrome::DIR_USER_DATA, &consent_dir); in SetMetricsId()
58 if (!file_util::DirectoryExists(consent_dir) || in SetMetricsId()