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:EmmcPtable
(Results
1 - 3
of
3
) sorted by relevance
/base/update/updater/services/ptable_parse/
H
A
D
emmc_ptable.h
22
class
EmmcPtable
: public Ptable {
class
24
EmmcPtable
() = default;
25
DISALLOW_COPY_MOVE(
EmmcPtable
);
26
~
EmmcPtable
() override {}
H
A
D
emmc_ptable.cpp
29
uint64_t
EmmcPtable
::GetDeviceCapacity()
in GetDeviceCapacity()
37
void
EmmcPtable
::EmmcPatchGptHeader(EmmcPartitionDataInfo &ptnDataInfo, const uint32_t blockSize)
in EmmcPatchGptHeader()
93
bool
EmmcPtable
::WritePartitionTable()
in WritePartitionTable()
114
bool
EmmcPtable
::ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize)
in ParsePartitionFromBuffer()
123
bool
EmmcPtable
::ParseGptHeaderByEmmc(uint8_t *gptImage, const uint32_t len)
in ParseGptHeaderByEmmc()
141
bool
EmmcPtable
::EmmcReadGpt(uint8_t *ptableData, uint32_t len)
in EmmcReadGpt()
180
bool
EmmcPtable
::UpdateCommInitializeGptPartition(uint8_t *gptImage, const uint32_t len)
in UpdateCommInitializeGptPartition()
221
bool
EmmcPtable
::ReadEmmcGptImageToRam()
in ReadEmmcGptImageToRam()
261
bool
EmmcPtable
::LoadPtableFromDevice()
in LoadPtableFromDevice()
274
bool
EmmcPtable
[all...]
H
A
D
ptable_manager.cpp
73
pPtable_ = std::make_unique<
EmmcPtable
>();
in InitPtablePtr()
Completed in 3 milliseconds