Home
last modified time | relevance | path

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

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