Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
81 mBuffer = new char[DEFAULT_BUFFER_SIZE]; in FileUtil()86 mBufferSize = DEFAULT_BUFFER_SIZE; in FileUtil()
58 static const int DEFAULT_BUFFER_SIZE = 1024; variable