OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAST_BOOT_TAG
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/bin/
site_job.py
13
LAST_BOOT_TAG
= object()
52
def reboot(self, tag=
LAST_BOOT_TAG
):
53
if tag ==
LAST_BOOT_TAG
:
54
tag = self.
last_boot_tag
56
self.
last_boot_tag
= tag
job.py
23
LAST_BOOT_TAG
= object()
878
def reboot(self, tag=
LAST_BOOT_TAG
):
879
if tag ==
LAST_BOOT_TAG
:
880
tag = self.
last_boot_tag
882
self.
last_boot_tag
= tag
[
all
...]
/external/autotest/server/hosts/
remote.py
26
LAST_BOOT_TAG
= object()
100
def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, label=
LAST_BOOT_TAG
,
109
boot into the default kernel. If it's
LAST_BOOT_TAG
,
122
if label == self.
LAST_BOOT_TAG
:
123
label = self.job.
last_boot_tag
125
self.job.
last_boot_tag
= label
Completed in 41 milliseconds