Home
last modified time | relevance | path

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

/external/libcxx/include/
D__errc80 operation_not_supported, // EOPNOTSUPP
189 operation_not_supported = EOPNOTSUPP,
/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/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc135 MAP_ERR_TO_COND(WSAEOPNOTSUPP, operation_not_supported);
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp173 std::error_code expected_ec = std::make_error_code(std::errc::operation_not_supported); in TEST_CASE()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h581 operation_not_supported = EOPNOTSUPP, enumerator
/external/libcxx/src/filesystem/
Doperations.cpp1081 return err.report(errc::operation_not_supported); in __permissions()