Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dcafedevrun.sh44 local DDF_FILE="$1"
45 if [ ! -e $DDF_FILE ]; then
49 …]*=[[:space:]]*0x0000000000000000,[[:space:]]*0x00000400,[[:space:]]*0x02[[:space:]]*$' "$DDF_FILE"
54 echo "METARATING section exists in $DDF_FILE"
Dmasteringfunctions.sh518 local DDF_FILE="$1"
524 elif [ ! -f "$DDF_FILE" ]
526 add_msg "Warning: Cannot find $DDF_FILE"
528 local VOLUME_ADDR=$(sed -n 's| *VolumeAddress *= *\([0-9a-fA-F]\+.*\)|\1|p' "$DDF_FILE")
529 local VOLUME_SIZE=$(sed -n 's| *VolumeSize *= *\([0-9a-fA-F]\+.*\)|\1|p' "$DDF_FILE")
599 add_msg "Warning: Cannot find $DDF_FILE"
664 local DDF_FILE="$1"
665 if [ ! -e $DDF_FILE ]; then
669 …]*=[[:space:]]*0x0000000000000000,[[:space:]]*0x00000400,[[:space:]]*0x02[[:space:]]*$' "$DDF_FILE"
674 echo "METARATING section exists in $DDF_FILE"
Dmakecfmaster.sh208 local DDF_FILE="$8"
454 if [ -e "$DDF_FILE" ]; then
455 embed_ddf_info_to_masterinfo "$DDF_FILE" "$FILE_DEST"