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

1 2

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_flow_dissector.sh 6 unmount=0
40 if [ $unmount -ne 0 ]; then
57 unmount=1
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 100 image.unmount()
125 self.cros_disks.unmount(expected_mount_path, ['lazy'])
126 self.cros_disks.unmount(device_file, ['lazy'])
  /external/autotest/client/site_tests/platform_CrosDisksRename/
platform_CrosDisksRename.py 44 image.unmount()
61 self.cros_disks.unmount(device_file)
  /external/u-boot/test/fs/
fat-noncontig-test.sh 111 echo Could not unmount test filesystem
124 echo Could not unmount test filesystem
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 70 image.unmount()
94 self.cros_disks.unmount(device_file, ['lazy'])
  /external/autotest/client/tests/parallel_dd/
parallel_dd.py 99 self.fs.unmount()
120 self.fs.unmount()
136 self.fs.unmount()
  /development/gsi/gsi_util/gsi_util/mounters/
composite_mounter.py 118 mounter.unmount()
base_mounter.py 179 def unmount(self): member in class:BaseMounter
  /external/autotest/client/bin/
xfstest_util.py 90 Unmount the partition created.
93 self.env_partition[name].unmount(ignore_status=True)
  /external/toolchain-utils/dejagnu/
gdb_dejagnu.py 217 self.MountSource(unmount=False)
263 def MountSource(self, unmount=False):
265 if unmount:
run_dejagnu.py 75 '\'mount\' (unmount gcc source and '
173 self.MountGccSourceAndBuildDir(unmount=True)
175 print 'Warning: failed to unmount gcc source/build directory.'
344 def MountGccSourceAndBuildDir(self, unmount=False):
352 if unmount:
353 if mp.UnMount():
354 raise RuntimeError('Failed to unmount {0}'.format(mp.mount_dir))
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 34 * provides two buttons: one to mount an OBB and another to unmount an OBB. The
58 ((Button) findViewById(R.id.unmount)).setOnClickListener(mUnmountListener);
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 119 self._cryptohome_proxy.unmount(ownership.TESTUSER)
  /external/autotest/client/site_tests/platform_CrosDisksSshfs/
platform_CrosDisksSshfs.py 62 self.cros_disks.unmount(source, ['lazy'])
  /build/make/tools/releasetools/
edify_generator.py 332 def Unmount(self, mount_point):
333 self.script.append('unmount("%s");' % mount_point)
338 self.script.append('unmount("%s");' % (p,))
  /external/autotest/client/cros/
cryptohome.py 373 """Unmount the given user's vault.
378 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')
381 raise ChromiumOSError('Cryptohome did not unmount the user.')
733 def unmount(self, user): member in class:CryptohomeProxy
736 Returns True if the unmount suceeds or false otherwise.
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 149 unmount
role-base.conf 149 unmount
user-base.conf 149 unmount
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 149 unmount
small-base.conf 149 unmount
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 149 unmount
base-notmetreq.conf 148 unmount
small-base.conf 149 unmount
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 149 unmount

Completed in 985 milliseconds

1 2