Lines Matching defs:ap
89 va_list ap;90 va_start(ap, format);91 android::base::StringAppendV(&error_msg, format, ap);92 va_end(ap);