OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
340
int
match_min
= *m == '-',
local
342
mode_t m1 = string_to_mode(m+(
match_min
|| match_any), 0),
345
if (
match_min
|| match_any) m2 &= m1;
Completed in 103 milliseconds