Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp754 void __resize_file(const path& p, std::uintmax_t size, std::error_code *ec) { in __resize_file() function
/external/libcxx/include/experimental/
Dfilesystem1299 void __resize_file(const path& p, uintmax_t size, error_code *ec=nullptr);
1718 return __resize_file(__p, __ns);
1723 return __resize_file(__p, __ns, &__ec);