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:totalLen
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_fs.c
185
size_t
totalLen
= strlen(tmpBuf);
in GetCanonicalPath()
local
187
if (
totalLen
> 1 && tmpBuf[
totalLen
- 1] == '/') {
in GetCanonicalPath()
188
tmpBuf[--
totalLen
] = 0;
in GetCanonicalPath()
193
return
totalLen
;
in GetCanonicalPath()
196
if (EOK != memcpy_s(buf, bufSize, tmpBuf, (((
totalLen
+ 1) > bufSize) ? bufSize : (
totalLen
+ 1)))) {
in GetCanonicalPath()
203
return
totalLen
;
in GetCanonicalPath()
1156
size_t
totalLen
;
in readv()
local
1172
totalLen
in readv()
1213
size_t
totalLen
;
writev()
local
[all...]
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_fs.c
795
size_t
totalLen
;
in OsVfsReadv()
local
811
totalLen
= bufLen * sizeof(char);
in OsVfsReadv()
812
buf = (char *)malloc(
totalLen
);
in OsVfsReadv()
818
if ((size_t)totalBytesRead <
totalLen
) {
in OsVfsReadv()
819
totalLen
= (size_t)totalBytesRead;
in OsVfsReadv()
826
size_t lenToRead =
totalLen
< bytesToRead ?
totalLen
: bytesToRead;
in OsVfsReadv()
832
if (
totalLen
< (size_t)bytesToRead) {
in OsVfsReadv()
836
totalLen
-= bytesToRead;
in OsVfsReadv()
852
size_t
totalLen
;
in OsVfsWritev()
local
[all...]
/kernel/liteos_a/drivers/char/trace/src/
H
A
D
trace.c
81
realLen = buflen < records->
totalLen
? buflen : records->
totalLen
;
in TraceRead()
/kernel/liteos_m/components/exchook/
H
A
D
los_exc_info.h
97
UINT32
totalLen
;
member
/kernel/liteos_a/kernel/extended/trace/
H
A
D
trace_offline.c
70
g_traceRecoder.head->
totalLen
= size;
in OsTraceBufInit()
/kernel/liteos_m/components/trace/
H
A
D
trace_offline.c
72
g_traceRecoder.head->
totalLen
= size;
in OsTraceBufInit()
H
A
D
los_trace.h
266
UINT16
totalLen
; /**< trace data's total length */
member
/kernel/liteos_a/kernel/include/
H
A
D
los_trace.h
293
UINT16
totalLen
; /**< trace data's total length */
member
Completed in 6 milliseconds