OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cros_firmware
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/hosts/
cros_firmware_unittest.py
10
from server.hosts import
cros_firmware
81
fw =
cros_firmware
._get_firmware_version(RW_VERSION_OUTPUT)
86
fw =
cros_firmware
._get_firmware_version(VERSION_OUTPUT)
91
fw =
cros_firmware
._get_firmware_version(NO_VERSION_OUTPUT)
100
fw =
cros_firmware
._get_available_firmware(host, 'lumpy')
109
fw =
cros_firmware
._get_available_firmware(host, 'lumpy')
118
fw =
cros_firmware
._get_available_firmware(host, 'lumpy')
127
fw =
cros_firmware
._get_available_firmware(host, 'lumpy')
137
fw =
cros_firmware
._get_available_firmware(host, 'astronaut')
140
fw =
cros_firmware
._get_available_firmware(host, 'blue'
[
all
...]
cros_repair_unittest.py
14
from autotest_lib.server.hosts import
cros_firmware
28
(
cros_firmware
.FirmwareStatusVerifier, 'fwstatus', ('ssh',)),
29
(
cros_firmware
.FirmwareVersionVerifier, 'rwfw', ('ssh',)),
39
(
cros_firmware
.FirmwareRepair,
63
(
cros_firmware
.FirmwareVersionVerifier, 'rwfw', ('ssh',)),
83
(
cros_firmware
.FirmwareStatusVerifier, 'fwstatus', ('ssh',)),
84
(
cros_firmware
.FirmwareVersionVerifier, 'rwfw', ('ssh',)),
98
(
cros_firmware
.FirmwareRepair,
cros_repair.py
20
from autotest_lib.server.hosts import
cros_firmware
634
FirmwareStatusVerifier =
cros_firmware
.FirmwareStatusVerifier
635
FirmwareVersionVerifier =
cros_firmware
.FirmwareVersionVerifier
656
FirmwareRepair =
cros_firmware
.FirmwareRepair
716
FirmwareVersionVerifier =
cros_firmware
.FirmwareVersionVerifier
[
all
...]
Completed in 134 milliseconds