OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSNPrintf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/scudo/
scudo_utils.cpp
25
// temporary workaround to be able to use __sanitizer::
VSNPrintf
.
28
extern int
VSNPrintf
(char *buff, int buff_length, const char *format,
41
__sanitizer::
VSNPrintf
(Message, sizeof(Message), Format, Args);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc
119
int
VSNPrintf
(char *buff, int buff_length,
273
needed_length +=
VSNPrintf
(buffer + needed_length,
318
int needed_length =
VSNPrintf
(buffer, length, format, args);
328
VSNPrintf
(data() + length_, size() - length_, format, args);
Completed in 995 milliseconds