Home | History | Annotate | Download | only in UefiFileHandleLib

Lines Matching refs:Format

1181   @param[in] Format   the format argument (see printlib for format specifier)

1182 @param[in] ... the variable arguments for the format
1193 IN CONST CHAR16 *Format,
1212 VA_START (Marker, Format);
1213 UnicodeVSPrint (Buffer, PcdGet16 (PcdUefiFileHandleLibPrintBufferSize), Format, Marker);