Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp993 static std::error_code copy_file_internal(int ReadFD, int WriteFD) { in copy_file_internal() argument
1002 BytesWritten = write(WriteFD, Buf, BytesRead); in copy_file_internal()
1019 int ReadFD, WriteFD; in copy_file() local
1023 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
1028 std::error_code EC = copy_file_internal(ReadFD, WriteFD); in copy_file()
1031 close(WriteFD); in copy_file()