Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp930 static std::error_code copy_file_internal(int ReadFD, int WriteFD) { in copy_file_internal() argument
939 BytesWritten = write(WriteFD, Buf, BytesRead); in copy_file_internal()
955 int ReadFD, WriteFD; in copy_file() local
959 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
964 std::error_code EC = copy_file_internal(ReadFD, WriteFD); in copy_file()
967 close(WriteFD); in copy_file()
/external/llvm/lib/Support/
DPath.cpp895 int ReadFD, WriteFD; in copy_file() local
898 if (std::error_code EC = openFileForWrite(To, WriteFD, F_None)) { in copy_file()
911 BytesWritten = write(WriteFD, Buf, BytesRead); in copy_file()
920 close(WriteFD); in copy_file()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp897 int ReadFD, WriteFD; in copy_file() local
900 if (std::error_code EC = openFileForWrite(To, WriteFD, F_None)) { in copy_file()
913 BytesWritten = write(WriteFD, Buf, BytesRead); in copy_file()
922 close(WriteFD); in copy_file()