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:truncate
(Results
1 - 10
of
10
) sorted by relevance
/base/security/asset/services/common/src/
H
A
D
process_info.rs
122
process_name.
truncate
(process_info_ffi.process_name_len as usize);
in build()
123
app_id.
truncate
(process_info_ffi.hap_info.app_id_len as usize);
in build()
/base/update/updater/services/rust/hash_signed_data/src/
H
A
D
evp.rs
45
out_data.
truncate
(out_len - padding);
in evp_decode_block()
/base/startup/init/scripts/
H
A
D
param_cfg_to_code.py
71
afile.
truncate
(0)
116
f.
truncate
()
/base/tee/tee_client/services/teecd/include/
H
A
D
fs_work_agent.h
118
}
truncate
;
member
/base/request/request/pre_download/native/src/cache/
H
A
D
data.rs
100
.
truncate
(true)
/base/security/selinux_adapter/scripts/
H
A
D
build_ignore_cfg.py
135
dst_f.
truncate
(0)
/base/startup/hvb/tools/
H
A
D
hvbtool.py
438
self.img_handler.
truncate
(self.img_handler.tell() + num_bytes)
595
def
truncate
(self, size):
member in ImageHandle
606
self.img_handler.
truncate
(size)
611
raise ValueError('Cannot
truncate
to a size which is not a multiple '
660
self.img_handler.
truncate
(truncate_at)
999
image.
truncate
(padding)
1072
image.
truncate
(footer.imagesize)
/base/tee/tee_client/services/teecd/src/
H
A
D
fs_work_agent.c
875
tlogv("sec storage :
truncate
, len=%u\n", transControl->args.
truncate
.len);
in TruncateWork()
880
if (JoinFileName((char *)(transControl->args.
truncate
.name), nameBuff, sizeof(nameBuff)) == 0) {
in TruncateWork()
881
int32_t ret =
truncate
(nameBuff, (long)transControl->args.
truncate
.len);
in TruncateWork()
883
tloge("
truncate
file failed: %d\n", errno);
in TruncateWork()
886
tlogv("
truncate
file success\n");
in TruncateWork()
/base/request/request/services/src/service/client/
H
A
D
mod.rs
265
response.
truncate
(HEADERS_MAX_SIZE as usize);
/base/security/code_signature/services/key_enable/src/
H
A
D
profile_utils.rs
210
udid.
truncate
(first_zero_index);
in init_udid()
Completed in 7 milliseconds