Searched refs:IsOneOf (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc128 static bool IsOneOf(char c, char c1, char c2) { function in namespace:__sanitizer
201 CHECK(IsOneOf(*current_, '-', 'r'));
205 CHECK(IsOneOf(*current_, '-', 'w'));
208 CHECK(IsOneOf(*current_, '-', 'x'));
211 CHECK(IsOneOf(*current_, 's', 'p'));

Completed in 77 milliseconds