Home
last modified time | relevance | path

Searched defs:closedir (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/porting/linux/user/src/dirent/
H A Dclosedir.c9 int closedir(DIR *dir) in closedir() function
/third_party/musl/src/dirent/
H A Dclosedir.c9 int closedir(DIR *dir) in closedir() function
/third_party/NuttX/fs/dirent/
H A Dfs_closedir.c53 int closedir(DIR *dirp) in closedir() function
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp56 void closedir(DIR* d) in closedir() function
/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.c67 int closedir(const VkAllocationCallbacks *pAllocator, DIR *dir) { in closedir() function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp125 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(assetPath.c_str()), closedir); in GetAssetList() local
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h69 int (*closedir)(struct Dir *); member
H A Dvfs_fs.c973 int closedir(DIR *dir) in closedir() function
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h48 S32 (*closedir)(struct TagDir *); member
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp336 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 Duser_syms.c90 EXPORT_SYMBOL_PROTO(closedir); variable
/kernel/uniproton/src/fs/
H A Dfs.c104 int closedir(DIR *dir) in closedir() function
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp371 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(cacheFilePath.c_str()), closedir); in SetCacheFileInfo() local
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c67 REAL_FUNCTION_POINTER(closedir); variable
588 closedir(DIR *dir) in closedir() function
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h844 closedir( in closedir() function
/third_party/rust/crates/libc/src/
H A Dwasi.rs605 pub fn closedir(dirp: *mut ::DIR) -> ::c_int; in closedir() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs797 pub fn closedir(dirp: *mut ::DIR) -> ::c_int; in closedir() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1707 pub fn closedir(ptr: *mut ::DIR) -> ::c_int; in closedir() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3531 pub fn closedir(dirp: *mut ::DIR) -> ::c_int; in closedir() functions
/third_party/sqlite/src/
H A Dshell.c1396 INT closedir( in closedir() function

Completed in 73 milliseconds