Home
last modified time | relevance | path

Searched defs:mountPoint (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/storage/
DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) in mountVolume()
160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
179 int32_t formatVolume(const String16& mountPoint) in formatVolume()
196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) in getStorageUsers()
225 int32_t getVolumeState(const String16& mountPoint) in getVolumeState()
/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/
DBlockDeviceWriter.java57 ITestDevice.MountPointInfo mountPoint = device.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
DApkVerityTest.java116 ITestDevice.MountPointInfo mountPoint = mDevice.getMountPointInfo("/data"); in testFsverityKernelSupports() local
499 ITestDevice.MountPointInfo mountPoint = mDevice.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt222 val mountPoint = device.executeShellCommand("mount") in remount() constant
/frameworks/base/core/java/android/app/admin/
DSecurityLog.java689 String mountPoint; in redact() local
/frameworks/base/services/incremental/
DIncrementalService.cpp580 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage()
726 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1295 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState()