| /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
|
| /test/xts/acts/kernel_lite/fs_posix/src/ |
| H A D | FsDirentTest.cpp | 45 DIR *dirp = nullptr; in HWTEST_F() local 82 DIR *dirp = nullptr; in HWTEST_F() local 103 DIR *dirp = nullptr; HWTEST_F() local 173 DIR *dirp = nullptr; HWTEST_F() local 229 DIR *dirp = nullptr; HWTEST_F() local 249 DIR *dirp = nullptr; HWTEST_F() local 275 DIR *dirp = nullptr; HWTEST_F() local 292 DIR *dirp = nullptr; HWTEST_F() local 310 DIR *dirp = nullptr; HWTEST_F() local 328 DIR *dirp = nullptr; HWTEST_F() local [all...] |
| /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
|
| /base/update/updater/utils/ |
| H A D | utils_fs.cpp | 78 DIR *dirp = opendir(path.c_str()); in GetFilesFromDirectory() 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
|
| /base/security/selinux_adapter/test/unittest/common/ |
| H A D | test_common.cpp | 50 DIR *dirp; in RemoveDirectory() 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
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
| H A D | mock_heif_hw_decode_flow.cpp | 97 DIR *dirp = opendir(source_.c_str()); in FindXpsAndIFrameFile() local
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_file_operator.c | 267 int32_t CmCloseDir(void *dirp) in CmCloseDir() argument 272 int32_t CmGetDirFile(void *dirp, struct CmFileDirentInfo *direntInfo) in CmGetDirFile() argument 507 int32_t CmGetSubDir(void *dirp, struct CmFileDirentInfo *direntInfo) in CmGetSubDir() argument 544 DIR *dirp = opendir(path); in DirRemove() local [all...] |
| /base/security/huks/utils/file_operator/ |
| H A D | hks_file_operator.c | 315 int32_t HksCloseDir(void *dirp)
in HksCloseDir() argument 320 int32_t HksGetDirFile(void *dirp, struct HksFileDirentInfo *direntInfo)
in HksGetDirFile() argument
|
| H A D | hks_file_operator_lite.c | 230 int32_t HksCloseDir(void *dirp)
in HksCloseDir() argument 235 int32_t HksGetDirFile(void *dirp, struct HksFileDirentInfo *direntInfo)
in HksGetDirFile() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | store_util.cpp | 189 DIR *dirp = opendir(path.c_str()); in GetSubPath() local 207 DIR *dirp = opendir(path.c_str()); in GetFiles() local 294 DIR *dirp = opendir(path.c_str()); in RemoveRWXForOthers() local [all...] |
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | store_util.cpp | 200 DIR *dirp = opendir(path.c_str()); in GetSubPath() local 216 DIR *dirp = opendir(path.c_str()); in GetFiles() local
|
| /test/ostest/wukong/report/src/ |
| H A D | report.cpp | 109 DIR *dirp = nullptr; in EnvInit() local
|
| /base/global/resource_management/frameworks/resmgr/src/ |
| H A D | raw_file_manager.cpp | 164 struct dirent *dirp = readdir(dir);
in OH_ResourceManager_OpenRawDir() local
|