Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dfilesystem1276 bool __fs_is_empty(const path& p, error_code *ec=nullptr);
1557 return __fs_is_empty(__p);
1562 return __fs_is_empty(__p, &__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp475 bool __fs_is_empty(const path& p, std::error_code *ec) in __fs_is_empty() function