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:f_dir
(Results
1 - 8
of
8
) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
__stdio_seek.c
22
if (filep->
f_dir
== NULL) {
26
rewinddir(filep->
f_dir
);
28
seekdir(filep->
f_dir
, offsetLow);
30
ret = telldir(filep->
f_dir
);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
__stdio_seek.c
22
if (filep->
f_dir
== NULL) {
26
rewinddir(filep->
f_dir
);
28
seekdir(filep->
f_dir
, offsetLow);
30
ret = telldir(filep->
f_dir
);
/third_party/NuttX/fs/dirent/
H
A
D
fs_readdir.c
217
de_src = __readdir(filep->
f_dir
, &de_len);
in do_readdir()
H
A
D
fs_opendir.c
237
filep->
f_dir
= dir;
in do_opendir()
/third_party/NuttX/fs/vfs/include/
H
A
D
file.h
102
void *
f_dir
; /* DIR struct for iterate the directory if open a directory */
member
/third_party/NuttX/fs/inode/
H
A
D
fs_files.c
198
ret = closedir(filep->
f_dir
);
in _files_close()
455
filep->
f_dir
= NULL;
in files_allocate()
/third_party/FatFs/source/
H
A
D
ff.h
369
DIR
f_dir
;
member
H
A
D
ff.c
6909
res = validate(&(dir_info->
f_dir
.obj), &fs); /* Lock volume */
6916
res = remove_chain(&(dir_info->
f_dir
.obj), dir_info->fno.sclst, 0);
6923
val = get_fat(&(dir_info->
f_dir
.obj), dir_info->fno.sclst + tcl - 1);
6938
res = remove_chain(&(dir_info->
f_dir
.obj), val, dir_info->fno.sclst + tcl - 1);
Completed in 14 milliseconds