HomeSort by relevance Sort by last modified time
    Searched refs:is_socket (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_socket/
is_socket.pass.cpp 14 // bool is_socket(file_status s) noexcept
15 // bool is_socket(path const& p);
16 // bool is_socket(path const& p, std::error_code& ec) noexcept;
35 ASSERT_NOEXCEPT(is_socket(s));
36 ASSERT_NOEXCEPT(is_socket(p, ec));
37 ASSERT_NOT_NOEXCEPT(is_socket(p));
60 TEST_CHECK(is_socket(s) == TC.expect);
67 TEST_CHECK(is_socket(p) == false);
78 TEST_CHECK(is_socket(file, ec) == false);
81 TEST_CHECK_THROW(filesystem_error, is_socket(file))
    [all...]
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 43 struct { Int fd; Bool is_socket; } member in struct:__anon37623

Completed in 443 milliseconds