Home
last modified time | relevance | path

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

/system/core/libutils/
DCallStack_fuzz.cpp23 static constexpr int MAX_IGNORE_DEPTH = 200; variable
27 size_t ignoreDepth = dataProvider.ConsumeIntegralInRange<size_t>(0, MAX_IGNORE_DEPTH); in LLVMFuzzerTestOneInput()