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:dLengthArray
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_partition.c
112
prev->
dLengthArray
= (int *)LOSCFG_FS_MALLOC_HOOK(partNum * sizeof(int));
in AddDevice()
113
if (prev->
dLengthArray
== NULL) {
in AddDevice()
116
(void)memcpy_s(prev->
dLengthArray
, partNum * sizeof(int), lengthArray, partNum * sizeof(int));
in AddDevice()
133
if (prev->
dLengthArray
!= NULL) {
in AddDevice()
134
LOSCFG_FS_FREE_HOOK((void *)prev->
dLengthArray
);
in AddDevice()
H
A
D
vfs_partition.h
55
int *
dLengthArray
; /* point to device partitions length array */
member
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_partition.c
75
if (prev->
dLengthArray
!= NULL) {
in OsFreeDeviceDesc()
76
free((void *)prev->
dLengthArray
);
in OsFreeDeviceDesc()
113
prev->
dLengthArray
= (S32 *)malloc(partNum * sizeof(S32));
in OsAddDevice()
114
if (prev->
dLengthArray
== NULL) {
in OsAddDevice()
119
(void)memcpy_s(prev->
dLengthArray
, partNum * sizeof(S32), lengthArray, partNum * sizeof(S32));
in OsAddDevice()
H
A
D
vfs_partition.h
34
S32 *
dLengthArray
; /* 设备分区长度记录数组 */
member
Completed in 2 milliseconds