Home
last modified time | relevance | path

Searched refs:DT_FIFO (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Ddirenttypes.h7 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO)
8 XLAT(DT_FIFO),
Ddirenttypes.in2 DT_FIFO
/external/yaffs2/yaffs2/
Ddevextras.h211 #define DT_FIFO 1 macro
Dyaffs_guts.c6090 return DT_FIFO; in yaffs_GetObjectType()
/external/lldb/source/Host/common/
DFileSpec.cpp942 … case DT_FIFO: file_type = eFileTypePipe; call_callback = find_other; break; in EnumerateDirectory()