Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp867 int ReadFD, WriteFD; in copy_file() local
870 if (std::error_code EC = openFileForWrite(To, WriteFD, F_None)) { in copy_file()
883 BytesWritten = write(WriteFD, Buf, BytesRead); in copy_file()
892 close(WriteFD); in copy_file()