Home
last modified time | relevance | path

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

/system/utest/fs/
A Dmisc.c32 ASSERT_EQ(edirents[i].d_type, de->d_type, "Saw direntry with unexpected type"); in fcheck_dir_contents()
A Dmisc.h26 unsigned char d_type; member
/system/utest/fs-host/
A Dtest-directory.cpp21 ASSERT_EQ(edirents[i].d_type, de->d_type, "Saw direntry with unexpected type"); in check_dir_contents()
A Dutil.h16 unsigned char d_type; member
/system/core/devmgr/devmgr/
A Ddrivers.cpp111 if (de->d_type != DT_REG) { in find_loadable_drivers()
/system/utest/fuzz-utils/
A Dfixture.cpp142 if (ent->d_type == DT_DIR) { in RemoveDirectory()
/system/core/bootsvc/
A Dintegration-test.cpp169 ASSERT_EQ(entry->d_type, DT_REG); in TestVdsosPresent()
/system/utest/runtests-utils/
A Druntests-utils-test-utils.cpp147 if (entry->d_type != DT_REG) { in GetOutputFileRelPath()
/system/ulib/minfs/
A Dhost.cpp458 ent->d_type = vde->type; in emu_readdir()
/system/fidl/fuchsia-io/
A Dio.fidl299 // // POSIX d_type values. Use DIRENT_TYPE_* constants.
/system/ulib/fdio/
A Dunistd.c1967 de->d_type = vde->type; in readdir()

Completed in 17 milliseconds