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

  /external/autotest/server/hosts/
remote.py 111 fastsync=False, reboot_cmd=None, **dargs):
118 If this is set to True, ignores reboot_cmd's error
124 reboot_cmd - Reboot command to execute.
127 if not reboot_cmd:
128 reboot_cmd = ('sync & sleep 5; '
145 self.run_background(reboot_cmd)
149 # reboot_cmd sometimes causes an error even if reboot is
servo_host.py 74 REBOOT_CMD = 'sleep 1; reboot & sleep 10; reboot -f'
434 super(ServoHost, self).reboot(reboot_cmd=self.REBOOT_CMD,
    [all...]
  /external/autotest/server/site_tests/platform_CrashStateful/
platform_CrashStateful.py 91 self.client.reboot(reboot_cmd=wrapped_cmd % cmd)
  /external/autotest/server/site_tests/platform_SyncCrash/
platform_SyncCrash.py 62 self.client.reboot(reboot_cmd=cmd)
  /bootable/recovery/updater/
install.cpp 886 std::string reboot_cmd = "reboot," + property; local
888 reboot_cmd += ",quiescent";
890 android::base::SetProperty(ANDROID_RB_PROPERTY, reboot_cmd);
    [all...]

Completed in 1128 milliseconds