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
defs:dirp
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H
A
D
It_process_plimits_002.cpp
39
DIR *
dirp
= opendir("/proc/plimits/");
in ItProcessPlimits002()
local
H
A
D
It_process_plimits_001.cpp
43
DIR *
dirp
= opendir("/proc/plimits");
in ItProcessPlimits001()
local
H
A
D
It_process_plimits_pid_004.cpp
44
DIR *
dirp
= opendir("/proc/plimits");
in ItProcessPlimitsPid004()
local
H
A
D
It_process_plimits_pid_006.cpp
44
DIR *
dirp
= opendir("/proc/plimits");
in ItProcessPlimitsPid006()
local
/kernel/liteos_a/testsuites/unittest/process/fs/smoke/
H
A
D
It_process_fs_001.cpp
40
DIR *
dirp
= opendir(path.data());
in ItProcessFs001()
local
H
A
D
It_process_fs_013.cpp
36
DIR *
dirp
= nullptr;
in ItProcessFs013()
local
H
A
D
It_process_fs_015.cpp
36
DIR *
dirp
= nullptr;
in ItProcessFs015()
local
H
A
D
It_process_fs_014.cpp
36
DIR *
dirp
= nullptr;
in ItProcessFs014()
local
H
A
D
It_process_fs_012.cpp
47
DIR *
dirp
= opendir(buf.str().data());
in child_process()
local
77
DIR *
dirp
= opendir(buf.str().data());
in ItProcessFs012()
local
/third_party/NuttX/fs/dirent/
H
A
D
fs_rewinddir.c
51
void rewinddir(DIR *
dirp
)
in rewinddir()
argument
H
A
D
fs_telldir.c
75
long telldir(DIR *
dirp
)
in telldir()
argument
H
A
D
fs_closedir.c
53
int closedir(DIR *
dirp
)
in closedir()
argument
H
A
D
fs_seekdir.c
123
void seekdir(DIR *
dirp
, long offset)
in seekdir()
argument
H
A
D
fs_readdir.c
55
static struct dirent *__readdir(DIR *
dirp
, int *lencnt)
in __readdir()
argument
141
struct dirent *readdir(DIR *
dirp
)
in readdir()
argument
/third_party/libfuse/test/
H
A
D
readdir_inode.c
16
DIR*
dirp
;
in main()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_scanner.cpp
61
DIR *
dirp
= opendir(dirPath.c_str());
in ScanImpl()
local
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H
A
D
file_test.c
59
DIR *
dirp
= NULL;
in fs_test2()
local
/third_party/ltp/testcases/kernel/syscalls/readdir/
H
A
D
readdir21.c
31
static struct old_linux_dirent
dirp
;
variable
35
struct old_linux_dirent *
dirp
;
member
/third_party/ltp/testcases/kernel/syscalls/getdents/
H
A
D
getdents.h
43
linux_getdents(unsigned int fd, struct linux_dirent *
dirp
, unsigned int size)
in linux_getdents()
argument
83
tst_dirp_name(void *
dirp
)
in tst_dirp_name()
argument
103
tst_dirp_reclen(void *
dirp
)
in tst_dirp_reclen()
argument
124
tst_getdents(int fd, void *
dirp
, unsigned int size)
tst_getdents()
argument
[all...]
H
A
D
getdents02.c
32
static char *
dirp
;
variable
46
char **
dirp
;
member
H
A
D
getdents01.c
58
static void *
dirp
;
variable
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/papr_attributes/
H
A
D
attr_test.c
63
DIR *
dirp
;
in verify_energy_info()
local
/third_party/ffmpeg/libavcodec/
H
A
D
v4l2_m2m.c
293
DIR *
dirp
;
in ff_v4l2_m2m_codec_init()
local
/third_party/ltp/testcases/network/nfs/nfs_stress/
H
A
D
nfs01_open_files.c
107
DIR *
dirp
;
in delete_files()
local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
extension_plugin_info.cpp
118
DIR *
dirp
= opendir(dirPath.c_str());
in ScanExtensions()
local
Completed in 7 milliseconds
1
2
3