Searched defs:is_readable (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc252 bool is_readable = prot & MemoryMappingLayout::kProtectionRead; local
255 is_readable ? "readable" : "unreadable");
256 if (is_readable)

Completed in 1321 milliseconds