Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 25 of 32) sorted by relevance

12

/third_party/libwebsockets/lib/misc/
Ddiskcache.c49 #if !defined(DT_REG)
50 #define DT_REG 8 macro
319 if (de->d_type != DT_REG) in lws_diskcache_trim()
Ddir.c163 else if (DT_REG != DT_UNKNOWN && type == DT_REG) in lws_dir()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h50 #define DT_REG 8 macro
/third_party/node/test/wasi/c/
Dreaddir.c29 assert(entry->d_type == DT_REG); in main()
/third_party/musl/ndk_musl_include/
Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/include/
Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h46 #define DT_REG 8 macro
/third_party/libuv/include/uv/
Dunix.h176 # if defined(DT_REG)
177 # define UV__DT_FILE DT_REG
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOPosix.cpp48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h169 #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/
Dglob.c38 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/
Dtxt_test_utils.cc93 if (entry->d_type != DT_REG) { in RegisterFontsFromPath()
/third_party/mindspore/mindspore/ccsrc/utils/system/
Dsha256.cc188 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/
Dnetwork_test.cc55 if (f->d_type == DT_REG) res |= cb(session, path + f->d_name); in fileIterator()
/third_party/mindspore/tests/st/cpp/model/
Dtest_zero_copy.cc233 if (d_name == "." || d_name == ".." || filename->d_type != DT_REG) continue; in GetAllFiles()
/third_party/glib/gio/
Dglocalfileenumerator.c293 case DT_REG: in file_type_from_dirent()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc691 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/
Dxmlconfig.c994 #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()
Ddisk_cache_os.c170 if (dir_ent->d_type == DT_REG) { /* If the entry is a regular file */ in choose_lru_file_matching()
/third_party/NuttX/fs/romfs/
Dfs_romfs.c576 dir->fd_dir[i].d_type = DT_REG; in romfs_readdir()
/third_party/boost/libs/filesystem/src/
Ddirectory.cpp279 else if (result->d_type == DT_REG) in dir_itr_increment()
/third_party/wayland_standard/cursor/
Dxcursor.c888 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()

12