Home
last modified time | relevance | path

Searched defs:unmount (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/
Dimage_chromeos.py386 unmount=False, argument
/external/autotest/client/cros/
Dcros_disks.py355 def unmount(self, path, options=None): member in CrosDisksClient
869 def unmount(self): member in VirtualFilesystemImage
Dcryptohome.py773 def unmount(self, user): member in CryptohomeProxy
/external/autotest/client/common_lib/cros/
Dsmbprovider.py119 def unmount(self, mount_id): member in SmbProvider
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py80 def unmount(self, _object, _attributes={}, **_arguments): member in Special_Events_Events
/external/crosvm/src/
Dargument.rs434 let mut unmount = false; in mixed_args() localVariable
/external/autotest/client/bin/
Dpartition.py734 def unmount(self, ignore_status=False, record=True): member in partition
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs610 pub fn unmount(target: *const ::c_char, arg: ::c_int) -> ::c_int; in unmount() function