Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h278 LARGE_INTEGER size_param; in truncate_handle() local
279 size_param.QuadPart = length; in truncate_handle()
280 if (!SetFilePointerEx(h, size_param, 0, FILE_BEGIN)) in truncate_handle()