OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcb_dev
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
ota_from_target_files
781
bcb_dev
= {"
bcb_dev
": fs.device}
784
if get_stage("%(
bcb_dev
)s") == "2/3" then
785
""" %
bcb_dev
)
791
set_stage("%(
bcb_dev
)s", "3/3");
792
reboot_now("%(
bcb_dev
)s", "recovery");
793
else if get_stage("%(
bcb_dev
)s") == "3/3" then
794
""" %
bcb_dev
)
[
all
...]
ota_from_target_files.py
781
bcb_dev
= {"
bcb_dev
": fs.device}
784
if get_stage("%(
bcb_dev
)s") == "2/3" then
785
""" %
bcb_dev
)
791
set_stage("%(
bcb_dev
)s", "3/3");
792
reboot_now("%(
bcb_dev
)s", "recovery");
793
else if get_stage("%(
bcb_dev
)s") == "3/3" then
794
""" %
bcb_dev
)
[
all
...]
Completed in 67 milliseconds