Searched defs:mountPoint (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 143 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()
|
/aosp12/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/ |
H A D | BlockDeviceWriter.java | 57 ITestDevice.MountPointInfo mountPoint = device.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
|
/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/ |
H A D | ApkVerityTest.java | 116 ITestDevice.MountPointInfo mountPoint = mDevice.getMountPointInfo("/data"); in testFsverityKernelSupports() local 499 ITestDevice.MountPointInfo mountPoint = mDevice.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
|
/aosp12/system/vold/ |
H A D | AppFuseUtil.cpp | 156 std::string mountPoint; in OpenAppFuseFile() local
|
H A D | VoldNativeService.cpp | 689 const std::string& mountPoint) { in mountFstab() 698 const std::string& mountPoint, bool shouldFormat, in encryptFstab() 878 binder::Status VoldNativeService::restoreCheckpoint(const std::string& mountPoint) { in restoreCheckpoint() 886 binder::Status VoldNativeService::restoreCheckpointPart(const std::string& mountPoint, int count) { in restoreCheckpointPart()
|
H A D | Utils.cpp | 1236 auto mountPoint = std::string(mnt->mnt_dir) + "/"; in findMountPointsWithPrefix() local 1260 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree()
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 222 val mountPoint = device.executeShellCommand("mount") regex
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | SecurityLog.java | 689 String mountPoint; in redact() local
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 91 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab() 92 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab()
|
/aosp12/system/incremental_delivery/incfs/ |
H A D | MountRegistry.cpp | 349 auto mountPoint = std::string(items[4]); in loadFrom() local
|
/aosp12/frameworks/base/services/incremental/ |
H A D | IncrementalService.cpp | 580 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage() 726 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 1295 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState()
|
/aosp12/hardware/qcom/sm7250/gps/location/ |
H A D | LocationDataTypes.h | 2045 std::string mountPoint; // null terminated string member
|
/aosp12/hardware/qcom/sm8150/gps/location/ |
H A D | LocationDataTypes.h | 2045 std::string mountPoint; // null terminated string member
|