Searched refs:consent_dir (Results 1 – 1 of 1) sorted by relevance
33 FilePath consent_dir; in SetCollectStatsConsent() local34 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() local57 PathService::Get(chrome::DIR_USER_DATA, &consent_dir); in SetMetricsId()58 if (!file_util::DirectoryExists(consent_dir) || in SetMetricsId()