Searched refs:COPY_SIZE (Results 1 – 1 of 1) sorted by relevance
32 constexpr const int COPY_SIZE = 1024; variable290 char buf[COPY_SIZE] = { 0 }; in CopyFile()292 fin.read(buf, COPY_SIZE); in CopyFile()