Home | History | Annotate | Download | only in common_time

Lines Matching refs:argp

68     va_list argp;
69 va_start(argp, fmt);
70 internalLog(prio, tag, fmt, argp);
71 va_end(argp);
75 va_list argp;
76 va_start(argp, fmt);
77 internalLog(0, NULL, fmt, argp);
78 va_end(argp);
84 va_list argp) {
87 String8 s(String8::formatV(fmt, argp));
110 LOG_PRI_VA(prio, tag, fmt, argp);