Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c496 size_t newsize = strlen(format) + strlen(detail) + 3 * sizeof(errnum); in throwIOException() local
497 errmsg = NEW(char, newsize); in throwIOException()
498 snprintf(errmsg, newsize, format, errnum, detail); in throwIOException()