Home
last modified time | relevance | path

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

123

/external/linux-kselftest/tools/testing/selftests/proc/
Dread.c80 assert(de->d_type == DT_DIR); in f()
84 assert(de->d_type == DT_DIR); in f()
106 case DT_DIR: in f()
Dfd-003-kthread.c106 assert(de->d_type == DT_DIR); in test_readdir()
110 assert(de->d_type == DT_DIR); in test_readdir()
Dfd-001-lookup.c116 assert(de->d_type == DT_DIR); in main()
120 assert(de->d_type == DT_DIR); in main()
/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/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp71 else if ((E->d_type == DT_DIR || in ListFilesInDirRecursive()
94 else if ((E->d_type == DT_DIR || in IterateDirRecursive()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp71 else if ((E->d_type == DT_DIR || in ListFilesInDirRecursive()
94 else if ((E->d_type == DT_DIR || in IterateDirRecursive()
/external/python/cffi/demo/
Dreaddir2.py29 if dirent.d_type == lib.DT_DIR and name != '.' and name != '..':
Dbsdopendirtype.py10 lib.DT_DIR: 0o040000,
Drecopendirtype.py10 lib.DT_DIR: 0o040000,
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
Ddscr_sysfs_test.c55 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
/external/strace/tests-m32/
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-mx32/
Dgetdents.c67 case DT_DIR: in str_d_type()
Dgetdents64.c76 case DT_DIR: in str_d_type()
/external/llvm-project/lldb/source/Host/linux/
DHost.cpp235 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessesImpl()
284 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessThreads()
/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/common/
Dcpu_freq_info.cc54 if (dir_ent->d_type != DT_DIR) in CpuFreqInfo()
/external/libwebsockets/lib/misc/
Ddir.c150 case DT_DIR: in lws_dir()
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc131 if (entry->d_type == DT_DIR) { in Step()
/external/igt-gpu-tools/tests/
Ddebugfs_test.c51 if (dirent->d_type == DT_DIR) { in read_and_discard_sysfs_entries()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/external/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()

123