HomeSort by: relevance | last modified time | path
    Searched defs:is_socket (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_ops.h 262 is_socket(file_status __s) noexcept
267 is_socket(const path& __p) function in namespace:filesystem
268 { return is_socket(status(__p)); }
272 is_socket(const path& __p, error_code& __ec) noexcept
273 { return is_socket(status(__p, __ec)); }
fs_dir.h 230 is_socket() const function in class:filesystem::directory_entry
234 is_socket(error_code& __ec) const noexcept
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 269 is_socket(file_status __s) noexcept
274 is_socket(const path& __p) function in namespace:experimental::filesystem::v1
275 { return is_socket(status(__p)); }
279 is_socket(const path& __p, error_code& __ec) noexcept
280 { return is_socket(status(__p, __ec)); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_ops.h 262 is_socket(file_status __s) noexcept
267 is_socket(const path& __p) function in namespace:filesystem
268 { return is_socket(status(__p)); }
272 is_socket(const path& __p, error_code& __ec) noexcept
273 { return is_socket(status(__p, __ec)); }
fs_dir.h 230 is_socket() const function in class:filesystem::directory_entry
234 is_socket(error_code& __ec) const noexcept
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 269 is_socket(file_status __s) noexcept
274 is_socket(const path& __p) function in namespace:experimental::filesystem::v1
275 { return is_socket(status(__p)); }
279 is_socket(const path& __p, error_code& __ec) noexcept
280 { return is_socket(status(__p, __ec)); }

Completed in 20 milliseconds