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:closedir
(Results
1 - 20
of
20
) sorted by relevance
/third_party/musl/porting/linux/user/src/dirent/
H
A
D
closedir.c
9
int
closedir
(DIR *dir)
in closedir()
function
/third_party/musl/src/dirent/
H
A
D
closedir.c
9
int
closedir
(DIR *dir)
in closedir()
function
/third_party/NuttX/fs/dirent/
H
A
D
fs_closedir.c
53
int
closedir
(DIR *dirp)
in closedir()
function
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H
A
D
dir.cpp
56
void
closedir
(DIR* d)
in closedir()
function
/third_party/vulkan-loader/loader/
H
A
D
dirent_on_windows.c
67
int
closedir
(const VkAllocationCallbacks *pAllocator, DIR *dir) {
in closedir()
function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
file_asset_provider_impl.cpp
125
std::unique_ptr<DIR, decltype(&
closedir
)> dir(opendir(assetPath.c_str()),
closedir
);
in GetAssetList()
local
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_files.h
69
int (*
closedir
)(struct Dir *);
member
H
A
D
vfs_fs.c
973
int
closedir
(DIR *dir)
in closedir()
function
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_files.h
48
S32 (*
closedir
)(struct TagDir *);
member
/foundation/filemanagement/dfs_service/utils/system/src/
H
A
D
utils_directory.cpp
336
std::unique_ptr<DIR, decltype(&
closedir
)> dir(opendir(path.c_str()), &
closedir
);
in ChangeOwnerRecursive()
local
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
user_syms.c
90
EXPORT_SYMBOL_PROTO(
closedir
);
variable
/kernel/uniproton/src/fs/
H
A
D
fs.c
104
int
closedir
(DIR *dir)
in closedir()
function
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_file_cache.cpp
371
std::unique_ptr<DIR, decltype(&
closedir
)> dir(opendir(cacheFilePath.c_str()),
closedir
);
in SetCacheFileInfo()
local
/third_party/mesa3d/src/drm-shim/
H
A
D
drm_shim.c
67
REAL_FUNCTION_POINTER(
closedir
);
variable
588
closedir
(DIR *dir)
in closedir()
function
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
844
closedir
(
in closedir()
function
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
605
pub fn
closedir
(dirp: *mut ::DIR) -> ::c_int;
in closedir()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
797
pub fn
closedir
(dirp: *mut ::DIR) -> ::c_int;
in closedir()
functions
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1707
pub fn
closedir
(ptr: *mut ::DIR) -> ::c_int;
in closedir()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3531
pub fn
closedir
(dirp: *mut ::DIR) -> ::c_int;
in closedir()
functions
/third_party/sqlite/src/
H
A
D
shell.c
1396
INT
closedir
(
in closedir()
function
Completed in 73 milliseconds