Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp392 char padChar = padZero ? '0' : ' '; in out_vformat() local
393 SendRepeat(o, padChar, width - slen); in out_vformat()
399 char padChar = padZero ? '0' : ' '; in out_vformat() local
400 SendRepeat(o, padChar, width - slen); in out_vformat()