Home
last modified time | relevance | path

Searched refs:unmount (Results 1 – 25 of 104) sorted by relevance

12345

/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dotapreopt_chroot.te10 # This is required to mount /vendor and mount/unmount ext4 images from
13 allow otapreopt_chroot labeledfs:filesystem { mount unmount };
17 # This is required to unmount flattened APEX packages under
19 allow otapreopt_chroot postinstall_file:filesystem unmount;
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dotapreopt_chroot.te10 # This is required to mount /vendor and mount/unmount ext4 images from
13 allow otapreopt_chroot labeledfs:filesystem { mount unmount };
17 # This is required to unmount flattened APEX packages under
19 allow otapreopt_chroot postinstall_file:filesystem unmount;
H A Dzygote.te88 allow zygote tmpfs:filesystem { mount unmount };
89 allow zygote fuse:filesystem { unmount };
90 allow zygote sdcardfs:filesystem { unmount };
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DSettingsStorageService.java65 public static void unmount(Context context, String volumeId) { in unmount() method in SettingsStorageService
110 unmount(volumeId); in onHandleIntent()
183 private void unmount(String volumeId) { in unmount() method in SettingsStorageService.Impl
191 storageManager.unmount(volumeId); in unmount()
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dotapreopt_chroot.te18 # This is required to mount /vendor and mount/unmount ext4 images from
21 allow otapreopt_chroot labeledfs:filesystem { mount unmount };
25 # This is required to unmount flattened APEX packages under
27 allow otapreopt_chroot postinstall_file:filesystem unmount;
H A Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dotapreopt_chroot.te18 # This is required to mount /vendor and mount/unmount ext4 images from
21 allow otapreopt_chroot labeledfs:filesystem { mount unmount };
25 # This is required to unmount flattened APEX packages under
27 allow otapreopt_chroot postinstall_file:filesystem unmount;
H A Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
/aosp12/system/sepolicy/private/
H A Dotapreopt_chroot.te18 # This is required to mount /vendor and mount/unmount ext4 images from
21 allow otapreopt_chroot labeledfs:filesystem { mount unmount };
25 # This is required to unmount flattened APEX packages under
27 allow otapreopt_chroot postinstall_file:filesystem unmount;
H A Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt106 unmount(volume, TEST_PKG_NAME)
130 unmount(volume, VERSION_USES_PKG_NAME)
195 private fun unmount(volume: Volume, pkgName: String) { regex
/aosp12/system/vold/model/
H A DVolumeBase.cpp205 unmount(); in destroy()
243 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
264 unmount(); in format()
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dvold.te40 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
64 allow vold tmpfs:filesystem { mount unmount };
99 allow vold labeledfs:filesystem { mount unmount };
170 allow vold app_fusefs:filesystem { mount unmount };
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dvold.te43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
67 allow vold tmpfs:filesystem { mount unmount };
102 allow vold labeledfs:filesystem { mount unmount };
173 allow vold app_fusefs:filesystem { mount unmount };
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dzygote.te81 allow zygote tmpfs:filesystem { mount unmount };
82 allow zygote fuse:filesystem { unmount };
83 allow zygote sdcardfs:filesystem { unmount };
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dzygote.te81 allow zygote tmpfs:filesystem { mount unmount };
82 allow zygote fuse:filesystem { unmount };
83 allow zygote sdcardfs:filesystem { unmount };
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dzygote.te82 allow zygote tmpfs:filesystem { mount unmount };
83 allow zygote fuse:filesystem { unmount };
84 allow zygote sdcardfs:filesystem { unmount };
/aosp12/system/update_engine/common/
H A Dtest_utils.h96 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount() argument
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dvold.te51 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
75 allow vold tmpfs:filesystem { mount unmount };
107 allow vold labeledfs:filesystem { mount unmount };
198 allow vold app_fusefs:filesystem { mount unmount };
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dvold.te67 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
92 allow vold tmpfs:filesystem { mount unmount };
131 allow vold labeledfs:filesystem { mount unmount remount };
229 allow vold app_fusefs:filesystem { mount unmount };
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dupdate_engine_common.te35 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
36 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dupdate_engine_common.te35 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
36 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
/aosp12/system/sepolicy/public/
H A Dupdate_engine_common.te35 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
36 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowStorageManager.java66 protected void unmount(String volId) { in unmount() method in ShadowStorageManager
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DUnmountTask.java50 mStorageManager.unmount(mVolumeId); in doInBackground()

12345