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:blk
(Results
1 - 3
of
3
) sorted by relevance
/base/update/updater/test/unittest/applypatch_test/
H
A
D
blockset_unittest.cpp
86
BlockSet
blk
(std::vector<BlockPair> {BlockPair{0, 1}});
in HWTEST_F()
94
size_t ret =
blk
.WriteDataToBlock(fd, buffer);
in HWTEST_F()
106
BlockSet
blk
(std::vector<BlockPair> {BlockPair{0, 1}});
in HWTEST_F()
109
BlockSet::MoveBlock(srcBuffer,
blk
, tgtBuffer);
in HWTEST_F()
/base/update/updater/services/applypatch/
H
A
D
command_process.cpp
93
BlockSet
blk
;
in Execute()
local
94
blk
.ParserAndInsert(params.GetArgumentByPos(1));
in Execute()
96
auto ret = CommandResult(
blk
.WriteZeroToBlock(params.GetFileDescriptor(), isErase));
in Execute()
98
params.GetTransferParams()->written +=
blk
.TotalBlockSize();
in Execute()
/base/update/updater/services/updater_binary/
H
A
D
update_image_block.cpp
575
BlockSet
blk
;
in PrintAbnormalBlockHash()
local
576
blk
.ParserAndInsert(blockPairs);
in PrintAbnormalBlockHash()
578
std::vector<BlockPair>::iterator it =
blk
.Begin();
in PrintAbnormalBlockHash()
579
for (; it !=
blk
.End(); ++it) {
in PrintAbnormalBlockHash()
617
BlockSet
blk
;
in CalculateBlockSha()
local
618
blk
.ParserAndInsert(blockPairs);
in CalculateBlockSha()
622
std::vector<BlockPair>::iterator it =
blk
.Begin();
in CalculateBlockSha()
623
for (; it !=
blk
.End(); ++it) {
in CalculateBlockSha()
Completed in 3 milliseconds