Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DFileOutputBuffer.cpp132 if (auto EC = fs::resize_file_before_mapping_readwrite(File.FD, Size)) { in createOnDiskBuffer()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DFileSystem.h418 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() function