OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_bootloader_bin
(Results
1 - 2
of
2
) sorted by null
/device/asus/grouper/
releasetools.py
33
source_bootloader_bin
= info.source_zip.read("RADIO/bootloader.raw")
35
source_bootloader_bin
= None
37
if
source_bootloader_bin
== target_bootloader_bin:
/device/asus/tilapia/
releasetools.py
40
source_bootloader_bin
= info.source_zip.read("RADIO/bootloader.raw")
42
source_bootloader_bin
= None
44
if
source_bootloader_bin
== target_bootloader_bin:
Completed in 71 milliseconds