Searched refs:_CONSENT_FILE (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/platform_MetricsUploader/ |
D | platform_MetricsUploader.py | 88 _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/ |
D | crash_test.py | 69 _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/ |
D | logging_KernelCrashServer.py | 11 _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/ |
D | platform_KernelErrorPaths.py | 66 (CrashTestDefs._CONSENT_FILE, None, 'chronos'),
|