Home
last modified time | relevance | path

Searched refs:FdType (Results 1 – 3 of 3) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp1163 case FdType::FILE_TYPE: in CallFunction()
1185 case FdType::DIR_TYPE: in CallFunction()
1194 case FdType::DEV_TYPE: in CallFunction()
1201 case FdType::PIPE_TYPE: in CallFunction()
1202 case FdType::SOCKET_TYPE: in CallFunction()
1203 case FdType::LINK_TYPE: in CallFunction()
/test/vts/proto/
DComponentSpecificationMessage.proto360 enum FdType { enum
371 optional FdType type = 1;
DComponentSpecificationMessage_pb2.py389 FdType = enum_type_wrapper.EnumTypeWrapper(_FDTYPE) variable