Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_MetricsUploader/
Dplatform_MetricsUploader.py88 _CONSENT_FILE = '/home/chronos/Consent To Send Stats' variable in platform_MetricsUploader
204 if os.path.exists(self._CONSENT_FILE):
205 shutil.move(self._CONSENT_FILE, self._get_saved_consent_file_path())
207 utils.open_write_close(self._CONSENT_FILE, 'foo')
222 os.remove(self._CONSENT_FILE)
234 if os.path.exists(self._CONSENT_FILE):
235 os.remove(self._CONSENT_FILE)
238 shutil.move(self._get_saved_consent_file_path(), self._CONSENT_FILE)
/external/autotest/client/cros/
Dcrash_test.py69 _CONSENT_FILE = '/home/chronos/Consent To Send Stats' variable in CrashTest
223 temp_file = self._CONSENT_FILE + '.tmp';
226 shutil.move(temp_file, self._CONSENT_FILE)
227 logging.info('Created ' + self._CONSENT_FILE)
236 utils.system('rm -f "%s"' % (self._CONSENT_FILE))
268 if os.path.exists(self._CONSENT_FILE):
269 shutil.move(self._CONSENT_FILE,
284 self._CONSENT_FILE)
286 utils.system('rm -f "%s"' % self._CONSENT_FILE)
/external/autotest/server/site_tests/logging_KernelCrashServer/
Dlogging_KernelCrashServer.py11 _CONSENT_FILE = '/home/chronos/Consent To Send Stats' variable
37 (CrashTestDefs._CONSENT_FILE, None, 'chronos'),
59 self._exact_copy(_STOWED_CONSENT_FILE, _CONSENT_FILE)
105 self._exact_copy(_CONSENT_FILE, _STOWED_CONSENT_FILE)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py66 (CrashTestDefs._CONSENT_FILE, None, 'chronos'),