Home
last modified time | relevance | path

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

/external/libcxx/include/
D__errc80 operation_not_supported, // EOPNOTSUPP
189 operation_not_supported = EOPNOTSUPP,
/external/llvm-project/libcxx/include/
D__errc79 operation_not_supported, // EOPNOTSUPP
188 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/llvm-project/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp83 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, ""); in main()
/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/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp171 std::error_code expected_ec = std::make_error_code(std::errc::operation_not_supported); in TEST_CASE()
/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp1068 return err.report(errc::operation_not_supported); in __permissions()
/external/libcxx/src/filesystem/
Doperations.cpp1081 return err.report(errc::operation_not_supported); in __permissions()