HomeSort by relevance Sort by last modified time
    Searched full:match_min (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/kernel.config/
aslr_rec_test.cpp 39 TEST_F(AslrMmapTest, match_min) {
  /external/toybox/toys/posix/
find.c 337 int match_min = *m == '-', local
339 mode_t m1 = string_to_mode(m+(match_min || match_any), 0),
342 if (match_min || match_any) m2 &= m1;

Completed in 90 milliseconds