Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DFileOutputBuffer.cpp132 if (auto EC = fs::resize_file_before_mapping_readwrite(File.FD, Size)) { in createOnDiskBuffer()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1349 ASSERT_NO_ERROR(fs::resize_file_before_mapping_readwrite(FD, 123)); in TEST_F()
1391 fs::resize_file_before_mapping_readwrite(FileDescriptor, Size)); in TEST_F()