Home
last modified time | relevance | path

Searched refs:str_to_use (Results 1 – 1 of 1) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h37 inline bool FormatString(char *buffer, uptr size, const char *str_to_use) { in FormatString() argument
39 internal_snprintf(buffer, size, "%s", str_to_use); in FormatString()