HomeSort by relevance Sort by last modified time
    Searched refs:losetup (Results 1 - 4 of 4) sorted by null

  /external/grub/util/
mkbimage 152 losetup $lo_options /dev/loop1 $image
154 losetup -d /dev/loop1
188 losetup $lo_options /dev/loop1 $image
194 losetup -d /dev/loop1
grub-image 102 if /sbin/losetup /dev/loop$i $image; then
108 # Silly losetup doesn't report an error!
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"
grub-image.in 102 if /sbin/losetup /dev/loop$i $image; then
108 # Silly losetup doesn't report an error!
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"
  /frameworks/base/tools/obbtool/
mkobb.sh 27 LOSETUP=losetup
33 LOSETUPBIN=`which ${LOSETUP}`
74 echo "ERROR: Could not find ${LOSETUP} in your path!"
226 loop_dev=$(${LOSETUPBIN} -f) || ( echo "ERROR: losetup wouldn't tell us the next unused device"; exit 1 )

Completed in 854 milliseconds