Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1422 bool __fs_is_empty(const path& p, error_code* ec = nullptr);
1691 return __fs_is_empty(__p);
1696 return __fs_is_empty(__p, &__ec);
/external/libcxx/src/filesystem/
Doperations.cpp971 bool __fs_is_empty(const path& p, error_code* ec) { in __fs_is_empty() function