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:HI_UPG_FILE_BOOT
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_check_file.c
32
if ((file_type == HI_UPG_FILE_KERNEL) || (file_type ==
HI_UPG_FILE_BOOT
)) {
in upg_check_file_type()
74
if (file_type ==
HI_UPG_FILE_BOOT
) {
in upg_check_ota_info_is_match()
179
} else if (file_type ==
HI_UPG_FILE_BOOT
) {
in upg_check_version()
360
if (common_head->file_type ==
HI_UPG_FILE_BOOT
) {
in upg_verify_file()
H
A
D
upg_common.c
152
if ((cfg->mode == HI_UPG_MODE_UPGRADE) && (cfg->file_type !=
HI_UPG_FILE_BOOT
)) {
in upg_is_refresh_nv()
553
if (file_type ==
HI_UPG_FILE_BOOT
) {
in upg_get_cache_clear_info()
594
if (file_type ==
HI_UPG_FILE_BOOT
) {
in upg_get_backup_write_addr()
631
if (file_type ==
HI_UPG_FILE_BOOT
) {
in upg_get_max_file_len()
651
if (file_type ==
HI_UPG_FILE_BOOT
) {
in upg_get_max_file_len()
1484
if (ctx->common_head.file_type ==
HI_UPG_FILE_BOOT
) {
in hi_upg_transmit_finish()
1590
if (ctx->common_head.file_type ==
HI_UPG_FILE_BOOT
) {
in hi_upg_transmit_finish_save_cache()
1673
if (ctx->common_head.file_type ==
HI_UPG_FILE_BOOT
) {
in hi_upg_finish_with_cache()
H
A
D
upg_check_secure.c
240
} else if (head->file_type ==
HI_UPG_FILE_BOOT
) {
in upg_set_secure_verify_param()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_upg_api.h
38
#define
HI_UPG_FILE_BOOT
0xE1
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
burn_file.h
61
#define
HI_UPG_FILE_BOOT
0xE1 /* FlashBoot upgrade file. */
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_upg_file.h
68
#define
HI_UPG_FILE_BOOT
0xE1 /* FlashBoot upgrade file. */
macro
Completed in 6 milliseconds