Home | History | Annotate | Download | only in obbtool

Lines Matching refs:directory

20 # Directory where we should temporarily mount the OBB loopback to copy files
151 echo " -d <directory> Use <directory> as input for OBB files"
169 -d) directory=$2; shift 2;;
180 if [ "${directory}x" = "x" -o ! -d "${directory}" ]; then \
181 echo "ERROR: Must specify valid input directory"
205 echo "ERROR: Output directory does not exist: ${outdir}"
214 block_count=`du -s --apparent-size --block-size=512 ${directory} | awk '{ print $1; }'`
216 echo "ERROR: Couldn't read size of input directory ${directory}"
256 ${RSYNCBIN} -av --no-owner --no-group ${directory}/ ${temp_mount}/