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
defs:PAGE_SIZE_4K
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H
A
D
elf_sign_block.h
28
static constexpr int32_t
PAGE_SIZE_4K
= 4096;
member in OHOS::SignatureTools::ElfSignBlock
H
A
D
merkle_tree_extension.h
43
static constexpr int32_t
PAGE_SIZE_4K
= 4096;
member in OHOS::SignatureTools::MerkleTreeExtension
H
A
D
code_sign_block.h
34
static constexpr long
PAGE_SIZE_4K
= 4096;
member in OHOS::SignatureTools::CodeSignBlock
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H
A
D
ElfSignBlock.java
54
public static final int
PAGE_SIZE_4K
= 4096;
field in ElfSignBlock
H
A
D
CodeSignBlock.java
51
public static final long
PAGE_SIZE_4K
= 4096L;
field in CodeSignBlock
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H
A
D
FsVerityDescriptor.java
52
public static final int
PAGE_SIZE_4K
= 4096;
field in FsVerityDescriptor
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H
A
D
fs_verity_descriptor.h
30
static const int
PAGE_SIZE_4K
= 4096;
member in OHOS::SignatureTools::FsVerityDescriptor
Completed in 4 milliseconds