Home
last modified time | relevance | path

Searched refs:__fs_is_empty (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/src/experimental/filesystem/
Doperations.cpp517 bool __fs_is_empty(const path& p, std::error_code *ec) in __fs_is_empty() function
/external/libcxx/include/experimental/
Dfilesystem1282 bool __fs_is_empty(const path& p, error_code *ec=nullptr);
1563 return __fs_is_empty(__p);
1568 return __fs_is_empty(__p, &__ec);