Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp134 if (auto EC = fs::resize_file_before_mapping_readwrite(File.FD, Size)) { in createOnDiskBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h418 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() function