Home
last modified time | relevance | path

Searched refs:copy_file_internal (Results 1 – 1 of 1) 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() function
964 std::error_code EC = copy_file_internal(ReadFD, WriteFD); in copy_file()
977 std::error_code EC = copy_file_internal(ReadFD, ToFD); in copy_file()