OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bootctl
(Results
1 - 9
of
9
) sorted by null
/system/extras/bootctl/
Android.mk
6
LOCAL_SRC_FILES :=
bootctl
.cpp
7
LOCAL_MODULE :=
bootctl
/system/extras/tests/bootloader/
haltest.py
15
import
bootctl
25
self.
bootctl
=
bootctl
.
Bootctl
(self.device)
32
num_slots = self.
bootctl
.get_number_slots()
35
suffix = self.
bootctl
.get_suffix(slot)
49
slot = self.
bootctl
.get_current_slot()
50
self.assertTrue(self.
bootctl
.set_active_boot_slot(slot))
51
self.assertFalse(self.
bootctl
.is_slot_marked_successful(slot))
52
self.assertTrue(self.
bootctl
.mark_boot_successful()
[
all
...]
bootctl.py
15
class
Bootctl
(object):
18
self.base = ["
bootctl
"]
/external/autotest/server/site_tests/brillo_BootLoader/
brillo_BootLoader.py
34
self.num_slots = int(self.dut.run_output('
bootctl
get-number-slots'))
36
self.suffix_a = self.dut.run_output('
bootctl
get-suffix 0')
37
self.suffix_b = self.dut.run_output('
bootctl
get-suffix 1')
93
return int(self.dut.run_output('
bootctl
get-current-slot'))
114
self.dut.run('
bootctl
set-active-boot-slot %d' % slot_number)
232
self.dut.run('
bootctl
mark-boot-successful')
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py
44
host.run_output('
bootctl
get-current-slot').strip())
48
host.run_output('
bootctl
get-number-slots').strip())
157
host.run('
bootctl
set-active-boot-slot %d' % target_slot)
173
host.run_output('
bootctl
get-current-slot').strip())
/frameworks/native/cmds/installd/
otapreopt_script.sh
41
# TODO: Once
bootctl
is not restricted, we should query from there. Or get this from
/system/extras/postinst/
postinst.sh
46
# `
bootctl
get-suffix ${target_slot}`
/docs/source.android.com/src/devices/tech/ota/
ab_updates.jd
386
href="https://android.googlesource.com/platform/system/extras/+/master/
bootctl
/"
387
><code>
bootctl
</code></a> utility.
/device/google/marlin/
device-common.mk
526
bootctl
Completed in 732 milliseconds