Searched refs:d_type (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dmisc.h26 unsigned char d_type; member in struct:expected_dirent
H A Dmisc.c32 ASSERT_EQ(edirents[i].d_type, de->d_type, "Saw direntry with unexpected type");
/fuchsia/zircon/system/utest/fs-host/
H A Dutil.h16 unsigned char d_type; member in struct:expected_dirent
H A Dtest-directory.cpp21 ASSERT_EQ(edirents[i].d_type, de->d_type, "Saw direntry with unexpected type");
/fuchsia/zircon/third_party/ulib/musl/include/
H A Ddirent.h23 unsigned char d_type; member in struct:dirent
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c104 if (p2 && de->d_type && !S_ISDIR(de->d_type << 12) && !S_ISLNK(de->d_type << 12))
121 if (de->d_type && !S_ISLNK(de->d_type << 12))
122 mark = S_ISDIR(de->d_type << 12);
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-drivers.cpp105 if (de->d_type != DT_REG) {
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.cpp142 if (ent->d_type == DT_DIR) {
/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.cpp147 if (entry->d_type != DT_REG) {
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp463 ent->d_type = vde->type;
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c1888 de->d_type = vde->type;

Completed in 108 milliseconds