Searched refs:is_socket (Results 1 – 7 of 7) sorted by relevance
136 inline _LIBCPP_HIDE_FROM_ABI bool is_socket(file_status __s) noexcept { return __s.type() == file_t… in is_socket() function137 inline _LIBCPP_HIDE_FROM_ABI bool is_socket(const path& __p) { return is_socket(__status(__p)); } in is_socket() function138 inline _LIBCPP_HIDE_FROM_ABI bool is_socket(const path& __p, error_code& __ec) noexcept { return is… in is_socket() function
164 bool is_socket() const { return __get_ft() == file_type::socket; } in is_socket() function167 bool is_socket(error_code& __ec) const noexcept { in is_socket() function
204 bool is_socket() const;205 bool is_socket(error_code& ec) const noexcept;358 bool is_socket(file_status s) noexcept;359 bool is_socket(const path& p);360 bool is_socket(const path& p, error_code& ec) noexcept;
702 bool is_socket = in ConnectFD() local704 if (is_socket) in ConnectFD()
713 sub is_socket { local $^W; SOCKET == $_[0]->type } subroutine
995 } elsif ( $entry->is_socket ) {
1445 SYMBOL(is_socket, std::filesystem::, <filesystem>)