Searched refs:__fs_is_empty (Results 1 – 2 of 2) sorted by relevance
185 _LIBCPP_EXPORTED_FROM_ABI bool __fs_is_empty(const path& __p, error_code* __ec = nullptr);186 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p) { return __fs_is_empty(__p); } in is_empty()187 …IDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empty(__p, &__ec); } in is_empty()
542 bool __fs_is_empty(const path& p, error_code* ec) { in __fs_is_empty() function