Searched defs:unmount (Results 1 – 8 of 8) sorted by relevance
/external/toolchain-utils/ | ||
D | image_chromeos.py | 386 unmount=False, argument |
/external/autotest/client/cros/ | ||
D | cros_disks.py | 355 def unmount(self, path, options=None): member in CrosDisksClient |
D | cryptohome.py | 773 def unmount(self, user): member in CryptohomeProxy |
/external/autotest/client/common_lib/cros/ | ||
D | smbprovider.py | 119 def unmount(self, mount_id): member in SmbProvider |
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ | ||
D | Special_Events.py | 80 def unmount(self, _object, _attributes={}, **_arguments): member in Special_Events_Events |
/external/crosvm/src/ | ||
D | argument.rs | 434 let mut unmount = false; in mixed_args() localVariable |
/external/autotest/client/bin/ | ||
D | partition.py | 734 def unmount(self, ignore_status=False, record=True): member in partition |
/external/rust/crates/libc/src/unix/bsd/ | ||
D | mod.rs | 610 pub fn unmount(target: *const ::c_char, arg: ::c_int) -> ::c_int; in unmount() function |