Lines Matching defs:format
302 continue, "Failed to format sandbox config file name %{public}s %{public}s", files->paths[i], fileName);
365 char format[128] = {0}; // 128 max buffer for format
369 if (curr >= (int)sizeof(format)) { // invalid format
373 format[curr++] = fmt[index];
377 format[curr++] = fmt[index];
382 format[curr++] = fmt[index];
388 va_start(vargs, format);
389 (void)vfprintf(g_dumpToStream, format, vargs);