/third_party/uboot/u-boot-2020.01/include/jffs2/ |
D | jffs2.h | 205 DT_REG = 8, enumerator 206 # define DT_REG DT_REG macro
|
/third_party/libwebsockets/lib/misc/ |
D | diskcache.c | 49 #if !defined(DT_REG) 50 #define DT_REG 8 macro 319 if (de->d_type != DT_REG) in lws_diskcache_trim()
|
D | dir.c | 159 case DT_REG: in lws_dir()
|
/third_party/node/test/wasi/c/ |
D | readdir.c | 29 assert(entry->d_type == DT_REG); in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | dirent.h | 46 #define DT_REG 8 macro
|
/third_party/musl/include/ |
D | dirent.h | 46 #define DT_REG 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dirent.h | 46 #define DT_REG 8 macro
|
/third_party/libuv/include/uv/ |
D | unix.h | 176 # if defined(DT_REG) 177 # define UV__DT_FILE DT_REG
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIOPosix.cpp | 48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
|
/third_party/musl/src/regex/ |
D | glob.c | 38 if (!type && !(flags & GLOB_MARK)) type = DT_REG; in do_glob() 105 else type = DT_REG; in do_glob()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | txt_test_utils.cc | 93 if (entry->d_type != DT_REG) { in RegisterFontsFromPath()
|
/third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
D | yportenv.h | 39 #define DT_REG 8 macro
|
D | yaffs_guts.c | 4491 return DT_REG; in yaffs_get_obj_type() 4500 return DT_REG; in yaffs_get_obj_type() 4511 return DT_REG; in yaffs_get_obj_type() 4514 return DT_REG; in yaffs_get_obj_type()
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 293 case DT_REG: in file_type_from_dirent()
|
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 279 else if (result->d_type == DT_REG) in dir_itr_increment()
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 594 dir->fd_dir[i].d_type = DT_REG; in romfs_readdir()
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/cpu/ |
D | os.c | 447 case DT_REG: in os_dirent_ls()
|
/third_party/wayland_standard/cursor/ |
D | xcursor.c | 888 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | ubifs.h | 544 #define DT_REG 8 macro
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.cpp | 1037 if (node->d_type != DT_REG) { in scanFonts()
|
/third_party/eudev/src/shared/ |
D | util.c | 1068 if (de->d_type != DT_REG && in dirent_is_file_with_suffix()
|
/third_party/eudev/src/libudev/ |
D | libudev-device.c | 1641 if (dent->d_type != DT_LNK && dent->d_type != DT_REG) in udev_device_sysattr_list_read()
|
/third_party/miniz/tests/ |
D | miniz_tester.cpp | 1171 const bool is_file = (ep->d_type & DT_REG) != 0; in find_files()
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 1617 dir->fd_dir[0].d_type = DT_REG; in tmpfs_readdir()
|
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 1270 dir->fd_dir[i].d_type = DT_REG; in vfs_nfs_readdir()
|