Searched refs:__resize_file (Results 1 – 2 of 2) sorted by relevance
1439 void __resize_file(const path& p, uintmax_t size, error_code* ec = nullptr);1887 return __resize_file(__p, __ns);1892 return __resize_file(__p, __ns, &__ec);
1158 void __resize_file(const path& p, uintmax_t size, error_code* ec) { in __resize_file() function