Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:recovery_dtbo
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
repack-bootimg
8
usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second SECOND] [--dtb DTB ] [--
recovery_dtbo
RECOVERY_DTBO] -o OUTPUT
19
--
recovery_dtbo
RECOVERY_DTBO
53
--
recovery_dtbo
)
54
recovery_dtbo
=$2
115
recovery_dtbo
=${
recovery_dtbo
-$out/
recovery_dtbo
}
135
if [ $recovery_dtbo_size -gt 0 -a -e "$
recovery_dtbo
" ]; then
136
RECOVERY_DTBO="--
recovery_dtbo
$
recovery_dtbo
"
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
mkbootimg
56
"""calculates the offset of
recovery_dtbo
image in the boot image"""
140
update_sha(sha, args.
recovery_dtbo
)
150
args.output.write(pack('I', filesize(args.
recovery_dtbo
))) # size in bytes
151
if args.
recovery_dtbo
:
235
recovery_dtbo_group.add_argument('--
recovery_dtbo
', help='path to the recovery DTBO',
239
dest='
recovery_dtbo
')
279
write_padded_file(args.output, args.
recovery_dtbo
, pagesize)
Completed in 1 milliseconds