Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dcopy_file.cpp37 constexpr int COPY_BLOCK_SIZE = 4096; variable
69 auto copyBuf = make_unique<char[]>(COPY_BLOCK_SIZE); in CopyFileCore()
71 ssize_t readSize = read(srcFile.fdg.GetFD(), copyBuf.get(), COPY_BLOCK_SIZE); in CopyFileCore()
81 if (readSize != COPY_BLOCK_SIZE) { in CopyFileCore()