Home
last modified time | relevance | path

Searched defs:is_socket (Results 1 – 5 of 5) sorted by relevance

/external/armnn/third-party/ghc/
Dfilesystem.hpp3865 GHC_INLINE bool is_socket(file_status s) noexcept in is_socket() function
3870 GHC_INLINE bool is_socket(const path& p) in is_socket() function
3875 GHC_INLINE bool is_socket(const path& p, std::error_code& ec) noexcept in is_socket() function
4625 GHC_INLINE bool directory_entry::is_socket() const in is_socket() function in ghc::filesystem::directory_entry
4630 GHC_INLINE bool directory_entry::is_socket(std::error_code& ec) const noexcept in is_socket() function in ghc::filesystem::directory_entry
/external/python/cpython3/Modules/
Dsignalmodule.c745 int is_socket; local
/external/libiio/src/iiod/
Dops.c1352 bool is_socket, bool use_aio, struct thread_pool *pool) in interpreter()
/external/python/parse_type/tasks/_vendor/
Dpathlib.py1261 def is_socket(self): member in Path
/external/python/cpython3/Lib/
Dpathlib.py1414 def is_socket(self): member in Path