Searched refs:UPLOAD_BANK (Results 1 – 2 of 2) sorted by relevance
33 UPLOAD_BANK=10191 echo "$(basename $0): calling uploadimg.sh $UPLOAD_BANK $HLRUN_OUT/title.wumad"192 uploadimg.sh $UPLOAD_BANK $HLRUN_OUT/title.wumad205 echo "$(basename $0): calling cafediscrun $DEBUG_FLAGS -e h:$UPLOAD_BANK -e nopcfs $RPX_PATH"206 cafediscrun $DEBUG_FLAGS -e h:$UPLOAD_BANK -e nopcfs $RPX_PATH210 echo "$(basename $0): cafediscrun succeeded to launch title in bank $UPLOAD_BANK."212 … echo "$(basename $0): cafediscrun failed to launch title in bank $UPLOAD_BANK with code $RVAL!"219 mionurl $BRIDGE_CURRENT_IP_ADDRESS /setup.cgi id_27=$UPLOAD_BANK id_32=1 op=0
4535 int UPLOAD_BANK = 10; // Bank to upload the mastered image to in headlessrun()4562 if (!int.TryParse(args[i + 1], out UPLOAD_BANK)) in headlessrun()4780 …geuploader_ret = ImageUploader.upload(BRIDGE_CURRENT_IP_ADDRESS.value, UPLOAD_BANK, Path.Combine(H… in headlessrun()4783 … Console.WriteLine("cafex headlessrun: ImageUpload to bank {0} succeeded.", UPLOAD_BANK); in headlessrun()4787 …ne("cafex headlessrun: ImageUpload to bank {0} failed with code {0}!", UPLOAD_BANK, imageuploader_… in headlessrun()4794 …ing.Format("{0} /setup.cgi id_27={1} id_32=1 op=0", BRIDGE_CURRENT_IP_ADDRESS.value, UPLOAD_BANK)); in headlessrun()4828 discrun_args[discrun_idx++] = string.Format("h:{0}", UPLOAD_BANK); in headlessrun()