Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit_android251 compare_major=$(echo $compare_string | cut -d\. -f 1)
255 if [ "$input_major" -gt "$compare_major" ]; then return $true; fi
256 if [ "$input_major" -lt "$compare_major" ]; then return $false; fi