Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit_android250 input_minor=$(echo $input_string | cut -d\. -f 2)
257 if [ "$input_minor" -ge "$compare_minor" ]; then return $true; fi