Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1418 uintmax_t __file_size(const path&, error_code* __ec = nullptr);
1633 return __file_size(__p);
1638 return __file_size(__p, &__ec);
2321 return _VSTD_FS::__file_size(__p_, __ec);
/external/libcxx/src/filesystem/
Doperations.cpp943 uintmax_t __file_size(const path& p, error_code* ec) { in __file_size() function