Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc241 std::string error_detail; in CheckMapRequest() local
242 CheckNonOverlapping(expected, limit, &error_detail); in CheckMapRequest()
247 if (!error_detail.empty()) { in CheckMapRequest()
248 os << " : " << error_detail; in CheckMapRequest()