Home
last modified time | relevance | path

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

/build/
Denvsetup.sh623 local product variant_and_version variant version
626 variant_and_version=${selection#*-} # Trim everything up to first dash
627 if [ "$variant_and_version" != "$selection" ]; then
628 variant=${variant_and_version%%-*}
629 if [ "$variant" != "$variant_and_version" ]; then
630 version=${variant_and_version#*-}
/build/make/
Denvsetup.sh623 local product variant_and_version variant version
626 variant_and_version=${selection#*-} # Trim everything up to first dash
627 if [ "$variant_and_version" != "$selection" ]; then
628 variant=${variant_and_version%%-*}
629 if [ "$variant" != "$variant_and_version" ]; then
630 version=${variant_and_version#*-}