Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc228 std::string error_detail; in CheckMapRequest() local
229 CheckNonOverlapping(expected, limit, &error_detail); in CheckMapRequest()
235 if (!error_detail.empty()) { in CheckMapRequest()
236 os << " : " << error_detail; in CheckMapRequest()