Searched refs:totalSize (Results 1 – 1 of 1) sorted by relevance
55 int totalSize = sizeof(buffer); in read_file() local56 for ( ; totalSize > 0; totalSize -= chunkSize) { in read_file()63 int totalSize = sizeof(buffer); in write_file() local64 for ( ; totalSize > 0; totalSize -= chunkSize) { in write_file()