Home
last modified time | relevance | path

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

/system/core/libutils/
DCallStack_fuzz.cpp34 const char* prefixChars = prefix.c_str(); in LLVMFuzzerTestOneInput() local
40 android::CallStack::stackToString(prefixChars); in LLVMFuzzerTestOneInput()
42 callstackPtr->log(logTagChars, static_cast<android_LogPriority>(logPriority), prefixChars); in LLVMFuzzerTestOneInput()
45 callstackPtr->log(logTagChars, static_cast<android_LogPriority>(logPriority), prefixChars); in LLVMFuzzerTestOneInput()
47 callstackPtr->log(logTagChars, static_cast<android_LogPriority>(logPriority), prefixChars); in LLVMFuzzerTestOneInput()