Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp312 int fdOut = open(des.c_str(), O_CREAT | O_RDWR, 0664); in CopyFileFast() local
313 if (fdOut < 0) { in CopyFileFast()
321 ssize_t copyLen = sendfile(fdOut, fdIn, nullptr, totalLen - copyTotalLen); in CopyFileFast()
328 close(fdOut); in CopyFileFast()