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

  /external/toybox/tests/
losetup.test 7 echo "SKIPPED: losetup (not root)"
19 losetup -f
20 losetup -f -s
21 losetup -f file
44 losetup -d
  /external/toybox/toys/other/
losetup.c 0 /* losetup.c - Loopback setup
7 USE_LOSETUP(NEWTOY(losetup, ">2S(sizelimit)#s(show)ro#j:fdca[!afj]", TOYFLAG_SBIN))
9 config LOSETUP
10 bool "losetup"
13 usage: losetup [-cdrs] [-o OFFSET] [-S SIZE] {-d DEVICE...|-j FILE|-af|{DEVICE FILE}}
  /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 )
  /external/toybox/www/
status.html 22 link ln logname losetup ls lsattr lsmod lspci lsusb makedevs
roadmap.html 195 logname losetup man mdev mount mountpoint nc pgrep pkill
340 kinit ln losetup ls minips mkdir mkfifo mknodes
365 kill, ln, losetup, ls, mkdir, mkfifo, readlink, rm, switch_root, sleep, sync,
399 cat chroot dmesg false kill ln losetup ls mkdir mkfifo readlink rm switch_root
483 exit file find grep gunzip gzip help kill losetup losetup ln ls lsattr mkdir
491 already has chgrp, chmod, chown, cmp, cp, chroot, echo, help, kill, losetup,
606 access echo find losetup mkdevices mkdir mknod mkdmnod mkrootdev mount
619 mkrootdev mount netname network null plymouth hotplug killplug losetup
index.html 217 losetup, comm, cp, id, xwrap, netcat, modprobe, nohup...) mostly found by
499 <p>The umount command now does an losetup -d on the device by default, so
500 we don't leak loopback devices. Bugfix to losetup so "losetup /dev/loop0
    [all...]
news.html 217 losetup, comm, cp, id, xwrap, netcat, modprobe, nohup...) mostly found by
499 <p>The umount command now does an losetup -d on the device by default, so
500 we don't leak loopback devices. Bugfix to losetup so "losetup /dev/loop0
    [all...]
  /external/toybox/toys/lsb/
umount.c 44 // lookup mount: losetup -d, bind, file, block
120 // We use the list both for -a, and to umount /dev/name or do losetup -d
mount.c 224 char *losetup[] = {"losetup", "-fs", dev, 0}; local
228 if (flags & MS_RDONLY) losetup[1] = "-fsr";
229 pid = xpopen(losetup, &pipe, 1);
239 error_msg("losetup failed %d", rc);
  /external/toybox/
Android.mk 96 toys/other/losetup.c \
269 losetup \
  /external/toybox/generated/
globals.h 186 // toys/other/losetup.c
1203 struct losetup_data losetup; member in union:global_union
newtoys.h 115 USE_LOSETUP(NEWTOY(losetup, ">2S(sizelimit)#s(show)ro#j:fdca[!afj]", TOYFLAG_SBIN))
flags.h 1177 // losetup >2S(sizelimit)#s(show)ro#j:fdca[!afj] >2S(sizelimit)#s(show)ro#j:fdca[!afj]
    [all...]
help.h 173 #define help_losetup "usage: losetup [-cdrs] [-o OFFSET] [-S SIZE] {-d DEVICE...|-j FILE|-af|{DEVICE FILE}}\n\nAssociate a loopback device with a file, or show current file (if any)\nassociated with a loop device.\n\nInstead of a device:\n-a Iterate through all loopback devices\n-f Find first unused loop device (may create one)\n-j Iterate through all loopback devices associated with FILE\n\nexisting:\n-c Check capacity (file size changed)\n-d Detach loopback device\n\nnew:\n-s Show device name (alias --show)\n-o Start assocation at OFFSET into FILE\n-r Read only\n-S Limit SIZE of loopback association (alias --sizelimit)\n\n"
    [all...]
  /external/libxml2/test/relaxng/
comps_0.xml 64 <packagereq type="mandatory">losetup</packagereq>
    [all...]

Completed in 743 milliseconds