HomeSort by relevance Sort by last modified time
    Searched refs:Unmount (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/ltp/tools/pounder21/
pounder 45 -u Unmount NFS log storage.
  /external/autotest/client/cros/
cryptohome.py 334 """Unmount the given user's vault.
339 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')
342 raise ChromiumOSError('Cryptohome did not unmount the user.')
674 def unmount(self, user): member in class:CryptohomeProxy
677 Returns True if the unmount suceeds or false otherwise.
678 TODO(ellyjones): Once there's a per-user unmount method, use it. See
681 return self.__call(self.iface.Unmount)
cros_disks.py 348 def unmount(self, path, options=None): member in class:CrosDisksClient
349 """Invokes the CrosDisks Unmount method.
352 path: The device or mount path to unmount.
357 self.interface.Unmount(path, dbus.Array(options, signature='s'))
710 self.unmount()
776 def unmount(self): member in class:VirtualFilesystemImage
787 message = ('Failed to unmount virtual filesystem image "%s": %s' %
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 231 func Unmount(name, old string) (err error) {
exec_linux_test.go 351 // we must unmount it, then try to remove it again.
355 if err := syscall.Unmount(d, syscall.MNT_FORCE); err != nil {
356 t.Errorf("Can't unmount %v: %v", d, err)
359 t.Errorf("rmdir after unmount failed on %v: %v", d, err)
410 // we must force unmount it, then try to remove it again.
414 if err := syscall.Unmount(d, syscall.MNT_FORCE); err != nil {
415 t.Fatalf("Can't unmount %v: %v", d, err)
syscall_dragonfly.go 211 //sys Unmount(path string, flags int) (err error)
syscall_netbsd.go 203 //sys Unmount(path string, flags int) (err error)
syscall_openbsd.go 184 //sys Unmount(path string, flags int) (err error)
syscall_darwin.go 316 //sys Unmount(path string, flags int) (err error)
syscall_freebsd.go 215 //sys Unmount(path string, flags int) (err error)
syscall_linux.go 891 //sys Unmount(target string, flags int) (err error) = SYS_UMOUNT2
zsyscall_darwin_386.go 1299 func Unmount(path string, flags int) (err error) {
zsyscall_darwin_amd64.go 1299 func Unmount(path string, flags int) (err error) {
zsyscall_darwin_arm.go 1299 func Unmount(path string, flags int) (err error) {
zsyscall_darwin_arm64.go 1299 func Unmount(path string, flags int) (err error) {
zsyscall_dragonfly_amd64.go 1211 func Unmount(path string, flags int) (err error) {
zsyscall_freebsd_386.go 1209 func Unmount(path string, flags int) (err error) {
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 231 func Unmount(name, old string) (err error) {
exec_linux_test.go 351 // we must unmount it, then try to remove it again.
355 if err := syscall.Unmount(d, syscall.MNT_FORCE); err != nil {
356 t.Errorf("Can't unmount %v: %v", d, err)
359 t.Errorf("rmdir after unmount failed on %v: %v", d, err)
410 // we must force unmount it, then try to remove it again.
414 if err := syscall.Unmount(d, syscall.MNT_FORCE); err != nil {
415 t.Fatalf("Can't unmount %v: %v", d, err)
syscall_dragonfly.go 211 //sys Unmount(path string, flags int) (err error)
syscall_netbsd.go 203 //sys Unmount(path string, flags int) (err error)
syscall_openbsd.go 184 //sys Unmount(path string, flags int) (err error)
syscall_darwin.go 316 //sys Unmount(path string, flags int) (err error)
syscall_freebsd.go 215 //sys Unmount(path string, flags int) (err error)
syscall_linux.go 891 //sys Unmount(target string, flags int) (err error) = SYS_UMOUNT2

Completed in 1159 milliseconds

1 2 3