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:dFsType
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_partition.c
102
prev->
dFsType
= LOSCFG_FS_MALLOC_HOOK(len);
in AddDevice()
104
if (prev->dDev == NULL || prev->
dFsType
== NULL || prev->dAddrArray == NULL) {
in AddDevice()
108
(void)strcpy_s((char *)prev->
dFsType
, len, fsType);
in AddDevice()
127
if (prev->
dFsType
!= NULL) {
in AddDevice()
128
LOSCFG_FS_FREE_HOOK((void *)prev->
dFsType
);
in AddDevice()
H
A
D
vfs_partition.h
54
const char *
dFsType
; /* file system type */
member
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_partition.c
69
if (prev->
dFsType
!= NULL) {
in OsFreeDeviceDesc()
70
free((void *)prev->
dFsType
);
in OsFreeDeviceDesc()
103
prev->
dFsType
= strdup(fsType);
in OsAddDevice()
105
if (prev->dDev == NULL || prev->
dFsType
== NULL || prev->dAddrArray == NULL) {
in OsAddDevice()
H
A
D
vfs_partition.h
33
const char *
dFsType
; /* 文件系统类型 */
member
/kernel/liteos_m/components/fs/littlefs/
H
A
D
lfs_adapter.c
51
if (strcmp(device->
dFsType
, "littlefs") == 0) {
in LfsGetStartAddr()
/kernel/uniproton/src/fs/littlefs/
H
A
D
lfs_adapter.c
35
if (strcmp(device->
dFsType
, "littlefs") == 0) {
in OsLfsGetStartAddr()
Completed in 4 milliseconds