Searched refs:RTDIRENTRYTYPE_DEV_CHAR (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstDir-2.cpp57 case RTDIRENTRYTYPE_DEV_CHAR: RTPrintf("c"); break;
H A DtstDir.cpp98 case RTDIRENTRYTYPE_DEV_CHAR: RTPrintf("c"); break;
/vbox/include/iprt/
H A Ddir.h247 RTDIRENTRYTYPE_DEV_CHAR = 002, enumerator in enum:RTDIRENTRYTYPE
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp344 case DT_CHR: return RTDIRENTRYTYPE_DEV_CHAR;
445 case RTDIRENTRYTYPE_DEV_CHAR: pInfo->Attr.fMode = RTFS_DOS_NT_NORMAL | RTFS_TYPE_DEV_CHAR;
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp726 *penmType = RTDIRENTRYTYPE_DEV_CHAR;

Completed in 354 milliseconds