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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/platform_CleanShutdown/
control 14 - unmount failure in cyptohome
15 - unmount failure of the stateful partition
platform_CleanShutdown.py 59 'cryptohome unmount failed')
61 'stateful unmount failed')
  /development/samples/Obb/res/values/
strings.xml 24 <string name="unmount">Unmount</string>
33 <string name="failed_to_start_unmount">Failed to start unmount process...</string>
36 <string name="attempting_unmount">Attempting to unmount...</string>
  /external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
platform_CryptohomeMigrateKey.py 19 if not self.proxy.unmount(user):
20 raise error.TestFail('Could not unmount good user.')
27 if not self.proxy.unmount(user):
28 raise error.TestFail('Could not unmount good user.')
37 if not self.proxy.unmount(user):
38 raise error.TestFail('Could not unmount bad user.')
  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 28 # Unmount the directory
29 if not proxy.unmount(test_user):
30 raise error.TestFail('Failed to unmount test user')
34 raise error.TestFail('Cryptohome mounted after unmount!')
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 40 public static final String ACTION_UNMOUNT = "com.android.tv.settings.device.storage.UNMOUNT";
62 public static void unmount(Context context, String volumeId) { method in class:SettingsStorageService
104 throw new IllegalArgumentException("No volume ID specified for unmount: "
107 unmount(volumeId);
178 private void unmount(String volumeId) { method in class:SettingsStorageService.Impl
185 Log.d(TAG, "Trying to unmount " + volumeId);
186 storageManager.unmount(volumeId);
188 Log.d(TAG, "Volume not found, skipping unmount");
204 Log.d(TAG, "Could not unmount", e);
  /external/autotest/client/site_tests/platform_CryptohomeMultiple/
platform_CryptohomeMultiple.py 22 if not self.cryptohome_proxy.unmount(user):
23 raise error.TestFail('Unmount failed for %s' % user)
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreference.java 107 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); local
108 if (unmount != null) {
109 unmount.setImageTintList(ColorStateList.valueOf(Color.parseColor("#8a000000")));
110 unmount.setOnClickListener(mUnmountListener);
  /external/toybox/toys/lsb/
umount.c 1 /* umount.c - Unmount a mount point.
19 Unmount the listed filesystems.
21 -a Unmount all mounts in /proc/mounts instead of command line list
23 -f Force unmount.
24 -l Lazy unmount (detach from filesystem now, close when last user does).
124 // Unmount all: loop through mounted filesystems, skip -t, unmount the rest
  /external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py 45 # Unmount the directory
49 raise error.TestFail('Cryptohome did not unmount the user.')
65 # Finally, unmount and destroy the vault again.
  /external/autotest/client/samples/
filesystem 21 part.unmount()
control.fs 27 partition.unmount()
control.fs_options 36 partition.unmount()
  /bootable/recovery/
roots.h 40 // "/cache"), no paths permitted. Attempts to unmount the volume if
45 // "/cache"), no paths permitted. Attempts to unmount the volume if
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 51 # Unmount the directory
52 cmd = ('/usr/sbin/cryptohome --action=unmount')
57 raise error.TestFail('Cryptohome did not unmount the user.')
76 # Unmount the directory
77 cmd = ('/usr/sbin/cryptohome --action=unmount')
82 raise error.TestFail('Cryptohome did not unmount the user.')
  /system/sepolicy/
vold.te 43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
62 allow vold sdcard_type:filesystem { mount unmount remount };
73 allow vold tmpfs:filesystem { mount unmount };
109 # Unmount and mount the fs.
110 allow vold labeledfs:filesystem { mount unmount remount };
182 allow vold app_fusefs:filesystem { mount unmount };
zygote.te 61 allow zygote tmpfs:filesystem { mount unmount };
62 allow zygote fuse:filesystem { unmount };
63 allow zygote sdcardfs:filesystem { unmount };
sdcardd.te 11 allow sdcardd sdcard_type:filesystem { mount unmount };
update_engine_common.te 19 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AdoptableHostTest.java 99 // Unmount, remount and verify
100 getDevice().executeShellCommand("sm unmount " + vol.volId);
160 // Unmount and verify
161 getDevice().executeShellCommand("sm unmount " + vol.volId);
204 // Unmount and verify
205 getDevice().executeShellCommand("sm unmount " + vol.volId);
263 // Now unmount and uninstall; leaving stale package on adopted volume
264 getDevice().executeShellCommand("sm unmount " + vol.volId);
279 getDevice().executeShellCommand("sm unmount " + vol.volId);
  /external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py 58 output = self.__run_cmd("/usr/sbin/cryptohome --action=unmount")
88 output = self.__run_cmd("/usr/sbin/cryptohome --action=unmount")
92 output = self.__run_cmd("/usr/sbin/cryptohome --action=unmount")
116 output = self.__run_cmd("/usr/sbin/cryptohome --action=unmount")
121 output = self.__run_cmd("/usr/sbin/cryptohome --action=unmount")
  /development/samples/Obb/res/layout/
obb_mount_activity.xml 31 <Button android:id="@+id/unmount"
34 android:text="@string/unmount" />
  /external/autotest/client/tests/fsx/
fsx.py 5 # run the tests, unmount it, then fsck the filesystem
  /external/kernel-headers/original/uapi/linux/
kexec.h 5 * kexec does not sync, or unmount filesystems so if you need
  /packages/apps/Settings/res/layout/
preference_storage_action.xml 24 android:id="@+id/unmount"

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>