Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h253 inline int truncate_handle(HANDLE h, off_t length) { in truncate_handle() function
265 return truncate_handle(h, length); in ftruncate()
272 return truncate_handle(h, length); in truncate()