Home
last modified time | relevance | path

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

/ndk/tests/standalone/builtin-macros/
Drun.sh44 local VAL=$(macro_val $1)
45 if [ -z "$VAL" ]; then
49 if [ "$VAL" != "$2" ]; then
50 echo "Invalid built-in macro definition: '$VAL', expected '$2'"
80 local VAL=$(macro_val $1)
81 if [ -z "$VAL" ]; then
88 if [ "$VAL2" = "$VAL" ]; then
94 echo "Invalid built-in macro definition: '$VAL', expected one of: $@"
103 local VAL="$(macro_val $1)"
104 if [ -n "$VAL" ]; then
[all …]