/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 | 163 else if (DT_REG != DT_UNKNOWN && type == DT_REG) in lws_dir()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 50 #define DT_REG 8 macro
|
/third_party/node/test/wasi/c/ |
D | readdir.c | 29 assert(entry->d_type == DT_REG); in main()
|
/third_party/musl/ndk_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/musl/porting/liteos_m_iccarm/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_a/kernel/include/ |
D | dirent.h | 46 #define DT_REG 8 macro
|
/third_party/musl/porting/uniproton/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/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 169 #define DT_REG S_IFREG macro 511 entry->d_type = DT_REG; in _wreaddir_r() 801 entry->d_type = DT_REG; in readdir_r()
|
/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/mindspore/mindspore/ccsrc/utils/system/ |
D | sha256.cc | 188 if (d_name == "." || d_name == ".." || filename->d_type != DT_REG) { in GetHashFromDir()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/ |
D | network_test.cc | 55 if (f->d_type == DT_REG) res |= cb(session, path + f->d_name); in fileIterator()
|
/third_party/mindspore/tests/st/cpp/model/ |
D | test_zero_copy.cc | 233 if (d_name == "." || d_name == ".." || filename->d_type != DT_REG) continue; in GetAllFiles()
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 293 case DT_REG: in file_type_from_dirent()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.cc | 691 if (dir->d_type == DT_REG) { in ProcessConvertToHostFormat() 785 if (dir->d_type != DT_REG) { in ProcessConvertList() 1000 if (dir->d_type == DT_REG) { in ReadDumpedTensorSync() 1146 if (dir->d_type == DT_REG) { in ProcessTensorDataSync() 1341 if (dir->d_type == DT_REG) { in CheckOpOverflow()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 994 #ifndef DT_REG /* systems without d_type in dirent results */ in scandir_filter() 1001 if (ent->d_type != DT_REG && ent->d_type != DT_LNK) in scandir_filter()
|
D | disk_cache_os.c | 170 if (dir_ent->d_type == DT_REG) { /* If the entry is a regular file */ in choose_lru_file_matching()
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 576 dir->fd_dir[i].d_type = DT_REG; in romfs_readdir()
|
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 279 else if (result->d_type == DT_REG) in dir_itr_increment()
|
/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()
|