Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/utils/
Dlibfs.cpp99 FILE *dstFp = fopen(dstFile, "wb"); in CopyFile() local
100 if (dstFp == nullptr) { in CopyFile()
110 if (fwrite(buffer, 1, bytes, dstFp) != bytes) { in CopyFile()
117 fclose(dstFp); in CopyFile()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
Dlibfs.cpp102 FILE *dstFp = fopen(dstFile, "wb"); in CopyFile() local
103 if (dstFp == nullptr) { in CopyFile()
113 if (fwrite(buffer, 1, bytes, dstFp) != bytes) { in CopyFile()
123 if (fclose(dstFp)) { in CopyFile()