Home
last modified time | relevance | path

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

1234

/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
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
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt198 private fun unmount(volume: Volume, pkgName: String) { in unmount() method in com.android.server.pm.test.SdCardEjectionTests
/aosp_15_r20/device/google/cuttlefish/tools/
Draw2iso.sh160 unmount() { function
/aosp_15_r20/external/autotest/client/cros/
H A Dcros_disks.py360 def unmount(self, path, options=None): member in CrosDisksClient
874 def unmount(self): member in VirtualFilesystemImage
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowStorageManager.java75 protected void unmount(String volId) { in unmount() method in ShadowStorageManager
/aosp_15_r20/external/python/watchdog/tests/
Dshell.py104 def unmount(path): function
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DStorageManagerCompat.java104 public void unmount(String volId) { in unmount() method in StorageManagerCompat
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/mount/
Dmount_unmount.rs173 pub fn unmount<Target: path::Arg>(target: Target, flags: UnmountFlags) -> io::Result<()> { in unmount() function
/aosp_15_r20/system/update_engine/common/
H A Dtest_utils.h91 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
/aosp_15_r20/external/toolchain-utils/
H A Dimage_chromeos.py436 unmount=False, argument
/aosp_15_r20/system/vold/model/
H A DVolumeBase.cpp244 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/mount/
Dsyscalls.rs38 pub(crate) fn unmount(target: &CStr, flags: super::types::UnmountFlags) -> io::Result<()> { in unmount() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/mount/
Dsyscalls.rs31 pub(crate) fn unmount(target: &CStr, flags: super::types::UnmountFlags) -> io::Result<()> { in unmount() function
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/mount/
Dbsd.rs421 pub fn unmount<P>(mountpoint: &P, flags: MntFlags) -> Result<()> in unmount() function
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dsmbprovider.py119 def unmount(self, mount_id): member in SmbProvider
/aosp_15_r20/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py80 def unmount(self, _object, _attributes={}, **_arguments): member in Special_Events_Events
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py808 def unmount(self): member in Wheel
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py808 def unmount(self): member in Wheel
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py808 def unmount(self): member in Wheel
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py808 def unmount(self): member in Wheel
/aosp_15_r20/external/autotest/client/bin/
H A Dpartition.py734 def unmount(self, ignore_status=False, record=True): member in partition
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h159 inline ErrorCode unmount(std::string_view dir) { in unmount() function
/aosp_15_r20/system/vold/binder/android/os/
H A DIVold.aidl49 void unmount(@utf8InCpp String volId); in unmount() method
/aosp_15_r20/system/vold/
H A DVoldNativeService.cpp300 binder::Status VoldNativeService::unmount(const std::string& volId) { in unmount() function in android::vold::VoldNativeService
/aosp_15_r20/out/soong/.intermediates/system/vold/libvold_binder/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/os/
DBnVold.h163 ::android::binder::Status unmount(const ::std::string& volId) override { in unmount() function

1234