Home
last modified time | relevance | path

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

/system/core/libutils/
DCallStack_fuzz.cpp33 const char* logTagChars = logTag.c_str(); in LLVMFuzzerTestOneInput() local
38 android::CallStack::logStack(logTagChars, callstackPtr, 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()