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:fileLength
(Results
1 - 14
of
14
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/randomaccessfileinputoutput_fuzzer/
H
A
D
randomaccessfileinputoutput_fuzzer.cpp
47
int64_t
fileLength
= file.GetLength();
in RandomAccessFileInputConstructor()
local
/developtools/hapsigner/hapsigntool_cpp/common/include/
H
A
D
random_access_file.h
59
int64_t
fileLength
;
member in OHOS::SignatureTools::RandomAccessFile
/developtools/profiler/hidebug/test/unittest/native/
H
A
D
hidebug_test.cpp
241
uint32_t
fileLength
= 256;
in HWTEST_F()
local
265
uint32_t
fileLength
= 256;
in HWTEST_F()
local
291
uint32_t
fileLength
= 256;
in HWTEST_F()
local
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
module_json_utils.cpp
52
int64_t
fileLength
= Utils::GetFileLength(hapFilePath);
in GetStageHapVerifyInfo()
local
84
int64_t
fileLength
= Utils::GetFileLength(hapFilePath);
in GetFaHapVerifyInfo()
local
H
A
D
hap_verify_info.cpp
263
void HapVerifyInfo::SetFileLength(const int64_t&
fileLength
)
in SetFileLength()
argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
H
A
D
mock_module_json_utils.cpp
79
int64_t
fileLength
= Utils::GetFileLength(hapFilePath);
in GetStageHapVerifyInfo()
local
123
int64_t
fileLength
= Utils::GetFileLength(hapFilePath);
in GetFaHapVerifyInfo()
local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H
A
D
hap_signer_block_utils_test.cpp
352
int64_t
fileLength
= hapTestFile2.GetLength();
in HWTEST_F()
local
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H
A
D
verify_elf.cpp
216
int32_t
fileLength
= signBlockInfo.GetSignBlockMap().find(0)->second.GetOffset();
in GenerateFileDigest()
local
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
utilities.cpp
160
const long
fileLength
= lseek(fileno(recordFile_), 0, SEEK_END);
in Stop()
local
/developtools/packing_tool/adapter/ohos/
H
A
D
HapVerifyInfo.java
125
private long
fileLength
= 0L;
field in HapVerifyInfo
444
public void setFileLength(long
fileLength
) {
in setFileLength()
argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
H
A
D
hap_verify_utils_test.cpp
1113
int64_t
fileLength
= 1024;
in HWTEST_F()
local
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
code_signing.cpp
285
long
fileLength
= zFileInfo.uncompressed_size;
in GetSingleFileStreamFromZip()
local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H
A
D
hap_signer_block_utils.cpp
104
int64_t
fileLength
= hapFile.GetLength();
in FindEocdInHap()
local
/developtools/hiperf/src/
H
A
D
utilities.cpp
206
const long
fileLength
= lseek(fileno(recordFile_), 0, SEEK_END);
in Stop()
local
Completed in 14 milliseconds