Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDFileOutputBuffer.cpp135 if (auto EC = fs::resize_file_before_mapping_readwrite(File.FD, Size)) { in createOnDiskBuffer()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h415 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() function