Lines Matching refs:OS
22 Usage: $0 output.xml xml-schema [type [os zip[:dest]]*...]*
25 - os is one of ${OSES// /, }.
167 OS=$(check_enum "$1" $OSES)
168 while [[ $OS ]]; do
170 [[ $OS == "linux-x86" ]] && OS=linux
171 [[ $OS == "darwin" ]] && OS=macosx
179 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
244 echo "## Add $TYPE/$OS archive $SRC"
253 <sdk:archive os='$OS' arch='any'>
261 # If not a valid OS, close the archives/package nodes.
262 OS=$(check_enum "$1" $OSES)
264 if [[ ! "$OS" ]]; then