Home
last modified time | relevance | path

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

/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
183 private void unmount(String volumeId) { in unmount() method in SettingsStorageService.Impl
/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/system/update_engine/common/
H A Dtest_utils.h96 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt195 private fun unmount(volume: Volume, pkgName: String) { regex
/aosp12/system/vold/model/
H A DVolumeBase.cpp243 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h157 inline ErrorCode unmount(std::string_view dir) { in unmount() function
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl48 void unmount(@utf8InCpp String volId); in unmount() method
/aosp12/system/vold/
H A DVoldNativeService.cpp293 binder::Status VoldNativeService::unmount(const std::string& volId) { in unmount() function in android::vold::VoldNativeService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2311 public void unmount(String volId) { in unmount() method in StorageManagerService
2318 private void unmount(VolumeInfo vol) { in unmount() method in StorageManagerService
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1045 public void unmount(String volId) { in unmount() method in StorageManager