Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.h68 static constexpr uint8_t kMaxMapInfoNameLen = 150; variable
DUnwinderComponentCreator.cpp119 std::string map_info_name = data_provider->ConsumeRandomLengthString(kMaxMapInfoNameLen); in GetMaps()