Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp132 operation_not_supported = ASIO_SOCKET_ERROR(EOPNOTSUPP), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp82 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, ""); in main()
/external/libcxx/include/
Dsystem_error177 operation_not_supported, // EOPNOTSUPP
321 operation_not_supported = EOPNOTSUPP,