Searched refs:FILE_COPY_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
86 private static final int FILE_COPY_BUFFER_SIZE = 8192; field in UpdateHandler712 final byte[] buffer = new byte[FILE_COPY_BUFFER_SIZE]; in copyFileFallback()