Home
last modified time | relevance | path

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

/system/extras/tests/bionic/libc/common/
Dbench_stdio.c55 int totalSize = sizeof(buffer); in read_file() local
56 for ( ; totalSize > 0; totalSize -= chunkSize) { in read_file()
63 int totalSize = sizeof(buffer); in write_file() local
64 for ( ; totalSize > 0; totalSize -= chunkSize) { in write_file()