Home
last modified time | relevance | path

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

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