Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/storage/
H A 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()
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/
H A DBlockDeviceWriter.java58 ITestDevice.MountPointInfo mountPoint = device.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
/aosp14/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java113 ITestDevice.MountPointInfo mountPoint = mDevice.getMountPointInfo("/data"); in testFsverityKernelSupports() local
525 ITestDevice.MountPointInfo mountPoint = mDevice.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt216 val mountPoint = device.executeShellCommand("mount") regex
/aosp14/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java794 String mountPoint; in redact() local
/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.cpp600 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage()
746 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1278 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState()