Searched defs:is_socket (Results 1 – 7 of 7) sorted by relevance
165 bool is_socket() const { return __get_ft() == file_type::socket; } in is_socket() function168 bool is_socket(error_code& __ec) const noexcept { in is_socket() function
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
3867 GHC_INLINE bool is_socket(file_status s) noexcept in is_socket() function3872 GHC_INLINE bool is_socket(const path& p) in is_socket() function3877 GHC_INLINE bool is_socket(const path& p, std::error_code& ec) noexcept in is_socket() function4627 GHC_INLINE bool directory_entry::is_socket() const in is_socket() function in ghc::filesystem::directory_entry4632 GHC_INLINE bool directory_entry::is_socket(std::error_code& ec) const noexcept in is_socket() function in ghc::filesystem::directory_entry
745 int is_socket; local
1352 bool is_socket, bool use_aio, struct thread_pool *pool) in interpreter()
1261 def is_socket(self): member in Path
1414 def is_socket(self): member in Path