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

  /external/autotest/client/cros/crash/
user_crash_test.py 48 force_user_crash_dir=False):
54 @param force_user_crash_dir: Always look for crash reports in the crash
61 self._force_user_crash_dir = force_user_crash_dir
crash_test.py 294 def _get_crash_dir(self, username, force_user_crash_dir=False):
298 @param force_user_crash_dir: Regardless of |username|, return the crash
302 if username == 'root' and not force_user_crash_dir:

Completed in 812 milliseconds