Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 7 of 7) sorted by relevance

/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixdir.c181 if ((S_ISDIR (temp_stat.st_mode) in AcpiOsGetNextFilename()
184 ((!S_ISDIR (temp_stat.st_mode) in AcpiOsGetNextFilename()
/third_party/ulib/musl/src/regex/
A Dglob.c83 if (!stat(d, &st) && S_ISDIR(st.st_mode)) { in match_in_dir()
104 if (p2 && de->d_type && !S_ISDIR(de->d_type << 12) && !S_ISLNK(de->d_type << 12)) in match_in_dir()
122 mark = S_ISDIR(de->d_type << 12); in match_in_dir()
126 mark = S_ISDIR(st.st_mode); in match_in_dir()
/third_party/ulib/musl/include/sys/
A Dstat.h44 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
/third_party/uapp/dash/src/bltin/
A Dzircon.c159 if (!is_mv && S_ISDIR(statbuf.st_mode)) { in verify_file()
307 if (S_ISDIR(statbuf.st_mode)) { in zxc_mv_or_cp()
378 if (S_ISDIR(st.st_mode)) { in zxc_rm_recursive()
A Dtest.c411 return S_ISDIR(s.st_mode); in filstat()
/third_party/ulib/musl/src/misc/
A Dnftw.c37 } else if (S_ISDIR(st.st_mode)) { in do_nftw()
/third_party/uapp/dash/src/
A Dcd.c133 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) { in cdcmd()

Completed in 13 milliseconds