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:tde
(Results
1 - 1
of
1
) sorted by relevance
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
360
struct tmpfs_dirent_s *
tde
;
in tmpfs_find_dirent()
local
366
tde
= (struct tmpfs_dirent_s *)node;
in tmpfs_find_dirent()
367
if (
tde
->tde_inuse == true && strcmp(
tde
->tde_name, name) == 0)
in tmpfs_find_dirent()
369
return
tde
;
in tmpfs_find_dirent()
385
struct tmpfs_dirent_s *
tde
;
in tmpfs_remove_dirent()
local
389
tde
= to->to_dirent;
in tmpfs_remove_dirent()
390
if (
tde
== NULL)
in tmpfs_remove_dirent()
397
if (
tde
->tde_name != NULL)
in tmpfs_remove_dirent()
399
kmm_free(
tde
in tmpfs_remove_dirent()
429
struct tmpfs_dirent_s *
tde
;
tmpfs_add_dirent()
local
521
struct tmpfs_dirent_s *
tde
;
tmpfs_create_file()
local
664
struct tmpfs_dirent_s *
tde
;
tmpfs_create_directory()
local
776
struct tmpfs_dirent_s *
tde
;
tmpfs_find_object()
local
1505
struct tmpfs_dirent_s *
tde
;
tmpfs_closedir()
local
1543
struct tmpfs_dirent_s *
tde
;
tmpfs_readdir()
local
1790
struct tmpfs_dirent_s *
tde
= NULL;
tmpfs_lookup()
local
2205
struct tmpfs_dirent_s *
tde
;
tmpfs_rename()
local
[all...]
Completed in 2 milliseconds