Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp141 int32_t mountVolume(const String16& mountPoint) in mountVolume()
158 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
177 int32_t formatVolume(const String16& mountPoint) in formatVolume()
194 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) in getStorageUsers()
223 int32_t getVolumeState(const String16& mountPoint) in getVolumeState()
/frameworks/base/tests/FsVerityTest/block_device_writer/src/com/android/blockdevicewriter/
DBlockDeviceWriter.java58 ITestDevice.MountPointInfo mountPoint = device.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt216 val mountPoint = device.executeShellCommand("mount") in remount() constant
/frameworks/base/core/java/android/app/admin/
DSecurityLog.java823 String mountPoint; in redact() local
/frameworks/base/services/incremental/
DIncrementalService.cpp600 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage()
746 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1327 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState()