OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rw_only
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/provision_FirmwareUpdate/
provision_FirmwareUpdate.py
21
def run_once(self, host, value,
rw_only
=False):
28
@param
rw_only
: True to only update the RW firmware.
32
host.firmware_install(build=value,
rw_only
=
rw_only
)
/external/autotest/server/cros/servo/
servo.py
690
def _initialize_programmer(self,
rw_only
=False):
693
@param
rw_only
: True to initialize a programmer which only
711
def program_bios(self, image,
rw_only
=False):
716
@param
rw_only
: True to only program the RW portion of BIOS.
722
if
rw_only
:
728
def program_ec(self, image,
rw_only
=False):
733
@param
rw_only
: True to only program the RW portion of EC.
739
if
rw_only
:
/external/autotest/server/hosts/
cros_host.py
[
all
...]
Completed in 111 milliseconds