HomeSort by relevance Sort by last modified time
    Searched defs:umount (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
umount.cpp 31 int umount(const char* target) { function
  /external/u-boot/test/py/tests/
test_ums.py 160 def umount(ignore_errors): function in function:test_ums
174 cmd = ('/bin/umount', host_ums_part_node)
216 umount(ignore_errors=ignore_cleanup_errors)
231 umount(ignore_errors=ignore_cleanup_errors)
  /external/autotest/client/site_tests/security_NosymfollowMountOption/
security_NosymfollowMountOption.py 50 def umount(self): member in class:security_NosymfollowMountOption
55 subprocess.check_output(["/bin/umount", MOUNT_PATH])
57 self._fail("umount call failed")
119 self.umount()
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 104 def umount(self): member in class:EncryptedStateful
107 utils.system("MOUNT_ENCRYPTED_ROOT=%s mount-encrypted umount" %
114 self.umount()
115 utils.system("umount -n %s" % (self.stateful))
282 # Check explicit umount.
283 encstate.umount()
  /external/ltp/testcases/network/nfsv4/locks/
locktests.py 61 def umount(self, dir): member in class:Client
63 self.command="umount "+mntpoint
154 client.umount(NFS4_PATH)
  /external/toybox/generated/
globals.h 132 // toys/lsb/umount.c
1354 struct umount_data umount; member in union:global_union

Completed in 724 milliseconds