Home
last modified time | relevance | path

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

/external/valgrind/tests/
Dlibc_test.c22 static __attribute__((unused)) Bool matches_version(char *min_version) { in matches_version() function
53 && matches_version( min_version )) in go()
Dos_test.c31 static Bool matches_version(char *min_version) in matches_version() function
61 if ( 0 == strcmp( OS, "linux" ) && matches_version( min_version )) return True; in go()