HomeSort by relevance Sort by last modified time
    Searched refs:consent (Results 1 - 4 of 4) sorted by null

  /external/autotest/server/site_tests/logging_KernelCrashServer/
logging_KernelCrashServer.py 11 _CONSENT_FILE = '/home/chronos/Consent To Send Stats'
12 _STOWED_CONSENT_FILE = '/var/lib/kernel-crash-server.consent'
34 """ Enable consent so that crashes get stored in /var/spool/crash. """
52 """ Restore consent files to their previous values. """
64 """Returns whether or not host can have consent disabled.
67 after chromeos_startup) to regenerate a consent file if one
73 handle crashes, so consent cannot be disabled in this case too.
84 def _crash_it(self, consent):
85 """Crash the host after setting the consent as given."""
86 if consent
    [all...]
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 169 def _run_crasher_process(self, username, cause_crash=True, consent=True,
203 self._set_consent(consent)
220 if consent:
223 handled_string = 'ignoring - no consent'
323 cause_crash=True, consent=True,
329 consent=consent,
337 if not consent:
407 def _check_crashing_process(self, username, consent=True):
409 consent=consent
    [all...]
  /external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py 76 if announce_match.group(2) != 'ignoring - no consent':
111 def run_once(self, is_before, consent):
113 # We manage consent saving across tests.
115 self._consent = consent
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
werapi.h 122 HRESULT WINAPI WerReportSubmit(HREPORT hReportHandle,WER_CONSENT consent,DWORD dwFlags,PWER_SUBMIT_RESULT pSubmitResult);

Completed in 72 milliseconds