Home
last modified time | relevance | path

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

/external/strace/xlat/
Ddirenttypes.h16 #if defined(DT_BLK) || (defined(HAVE_DECL_DT_BLK) && HAVE_DECL_DT_BLK)
17 XLAT(DT_BLK),
Ddirenttypes.in5 DT_BLK
/external/yaffs2/yaffs2/
Ddevextras.h214 #define DT_BLK 6 macro
Dyaffs_guts.c6094 return DT_BLK; in yaffs_GetObjectType()
/external/lldb/source/Host/common/
DFileSpec.cpp945 … case DT_BLK: file_type = eFileTypeOther; call_callback = find_other; break; in EnumerateDirectory()