Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 25 of 61) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/proc/
Dread.c78 assert(de->d_type == DT_DIR); in f()
82 assert(de->d_type == DT_DIR); in f()
104 case DT_DIR: in f()
Dfd-001-lookup.c116 assert(de->d_type == DT_DIR); in main()
120 assert(de->d_type == DT_DIR); in main()
Dfd-003-kthread.c106 assert(de->d_type == DT_DIR); in test_readdir()
110 assert(de->d_type == DT_DIR); in test_readdir()
/external/strace/xlat/
Ddirent_types.h21 #if defined(DT_DIR) || (defined(HAVE_DECL_DT_DIR) && HAVE_DECL_DT_DIR)
22 XLAT(DT_DIR),
Ddirent_types.in4 DT_DIR
/external/u-boot/include/jffs2/
Djffs2.h201 DT_DIR = 4, enumerator
202 # define DT_DIR DT_DIR macro
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
Ddscr_sysfs_test.c58 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
/external/strace/tests-mx32/
Dgetdents.c67 case DT_DIR: in str_d_type()
Dgetdents64.c76 case DT_DIR: in str_d_type()
/external/strace/tests/
Dgetdents.c67 case DT_DIR: in str_d_type()
Dgetdents64.c76 case DT_DIR: in str_d_type()
/external/strace/tests-m32/
Dgetdents.c67 case DT_DIR: in str_d_type()
Dgetdents64.c76 case DT_DIR: in str_d_type()
/external/u-boot/fs/yaffs2/
Dyportenv.h37 #define DT_DIR 4 macro
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dfile_utils.cc37 if (child_dir->d_type != DT_DIR || !IsNumeric(child_dir->d_name)) in ForEachPidInProcPath()
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc130 if (entry->d_type == DT_DIR) { in Step()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp128 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/external/pdfium/core/fxcrt/
Dfx_stream.cpp139 *bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp55 else if (E->d_type == DT_DIR && *E->d_name != '.') in ListFilesInDirRecursive()
/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h196 … if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems in Getnextvalidmatrix()
/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c389 if (dent->d_type == DT_DIR) in visit_dir()
/external/rootdev/
Drootdev.c154 case DT_DIR: in match_sysfs_device()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp35 case DT_DIR: in get_file_type()

123