Home
last modified time | relevance | path

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

/build/
Denvsetup.sh652 local product variant_and_version variant version
654 variant_and_version=${selection#*-} # Trim everything up to first dash
655 if [ "$variant_and_version" != "$selection" ]; then
656 variant=${variant_and_version%%-*}
657 if [ "$variant" != "$variant_and_version" ]; then
658 version=${variant_and_version#*-}
/build/make/
Denvsetup.sh652 local product variant_and_version variant version
654 variant_and_version=${selection#*-} # Trim everything up to first dash
655 if [ "$variant_and_version" != "$selection" ]; then
656 variant=${variant_and_version%%-*}
657 if [ "$variant" != "$variant_and_version" ]; then
658 version=${variant_and_version#*-}