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:TagDir
(Results
1 - 3
of
3
) sorted by relevance
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_files.h
31
struct
TagDir
;
46
S32 (*opendir)(struct
TagDir
*, const char *);
47
S32 (*readdir)(struct
TagDir
*, struct dirent *);
48
S32 (*closedir)(struct
TagDir
*);
64
struct
TagDir
{
struct
H
A
D
vfs_fs.c
487
struct
TagDir
*dir = NULL;
in OsVfsOpendir()
495
dir = (struct
TagDir
*)malloc(sizeof(struct
TagDir
));
in OsVfsOpendir()
540
struct
TagDir
*dir = (struct
TagDir
*)d;
in OsVfsReaddir()
569
struct
TagDir
*dir = (struct
TagDir
*)d;
in OsVfsClosedir()
/kernel/uniproton/src/fs/littlefs/
H
A
D
lfs_adapter.c
296
static S32 OsLfsOpendir(struct
TagDir
*dir, const char *dirName)
in OsLfsOpendir()
329
static S32 OsLfsReaddir(struct
TagDir
*dir, struct dirent *dent)
in OsLfsReaddir()
371
static S32 OsLfsClosedir(struct
TagDir
*dir)
in OsLfsClosedir()
Completed in 2 milliseconds