OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CONSENT_FILE
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/platform_MetricsUploader/
platform_MetricsUploader.py
88
_CONSENT_FILE
= '/home/chronos/Consent To Send Stats'
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/server/site_tests/logging_KernelCrashServer/
logging_KernelCrashServer.py
11
_CONSENT_FILE
= '/home/chronos/Consent To Send Stats'
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/client/cros/crash/
crash_test.py
45
If the user consents to sending crash tests, then the
_CONSENT_FILE
will
76
_CONSENT_FILE
= '/home/chronos/Consent To Send Stats'
212
This creates or deletes the
_CONSENT_FILE
to control whether
232
temp_file = self.
_CONSENT_FILE
+ '.tmp';
235
shutil.move(temp_file, self.
_CONSENT_FILE
)
236
logging.info('Created ' + self.
_CONSENT_FILE
)
245
utils.system('rm -f "%s"' % (self.
_CONSENT_FILE
))
277
if os.path.exists(self.
_CONSENT_FILE
):
278
shutil.move(self.
_CONSENT_FILE
,
293
self.
_CONSENT_FILE
)
[
all
...]
/external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py
66
(CrashTestDefs.
_CONSENT_FILE
, None, 'chronos'),
Completed in 1037 milliseconds