Searched refs:S_ISDIR (Results 1 - 17 of 17) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixdir.c181 if ((S_ISDIR (temp_stat.st_mode)
184 ((!S_ISDIR (temp_stat.st_mode)
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c83 if (!stat(d, &st) && S_ISDIR(st.st_mode)) {
104 if (p2 && de->d_type && !S_ISDIR(de->d_type << 12) && !S_ISLNK(de->d_type << 12))
122 mark = S_ISDIR(de->d_type << 12);
126 mark = S_ISDIR(st.st_mode);
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dstat.h44 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp103 if (stat(abspath.c_str(), &buf) == 0 && S_ISDIR(buf.st_mode)) {
137 if (!S_ISDIR(buf.st_mode)) {
180 } else if (S_ISDIR(buf.st_mode)) {
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dzircon.c159 if (!is_mv && S_ISDIR(statbuf.st_mode)) {
307 if (S_ISDIR(statbuf.st_mode)) {
378 if (S_ISDIR(st.st_mode)) {
H A Dtest.c411 return S_ISDIR(s.st_mode);
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.cpp106 ASSERT_TRUE(S_ISDIR(buf.st_mode));
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dcd.c133 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) {
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c37 } else if (S_ISDIR(st.st_mode)) {
/fuchsia/zircon/system/ulib/memfs/
H A Ddirectory.cpp143 if (S_ISDIR(mode)) {
153 if ((status = AttachVnode(vn, name, S_ISDIR(mode))) != ZX_OK) {
/fuchsia/zircon/system/core/netsvc/
H A Dnetfile.c65 if (stat(filename, &st) == 0 && S_ISDIR(st.st_mode)) {
/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp219 if (!S_ISDIR(st.st_mode)) {
/fuchsia/zircon/system/utest/fs/
H A Dfilesystems.cpp240 } else if (!S_ISDIR(st.st_mode)) {
/fuchsia/zircon/system/ulib/fs/
H A Dvfs.cpp157 if (must_be_dir && !S_ISDIR(mode)) {
/fuchsia/zircon/system/host/minfs/
H A Dmain.cpp71 if (S_ISDIR(s.st_mode)) {
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp887 if (S_ISDIR(st.st_mode)) {
1978 if (input_manifest && S_ISDIR(st.st_mode)) {
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp1622 uint32_t type = S_ISDIR(mode) ? kMinfsTypeDir : kMinfsTypeFile;

Completed in 182 milliseconds