Searched refs:__fs_is_empty (Results 1 – 2 of 2) sorted by relevance
1276 bool __fs_is_empty(const path& p, error_code *ec=nullptr);1557 return __fs_is_empty(__p);1562 return __fs_is_empty(__p, &__ec);
475 bool __fs_is_empty(const path& p, std::error_code *ec) in __fs_is_empty() function