Home
last modified time | relevance | path

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

1234

/aosp_15_r20/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()
/aosp_15_r20/cts/hostsidetests/apex/src/android/apex/cts/
H A DApexTest.java90 public final String mountPoint; field in ApexTest.MountEntry
111 private MountEntry getMountEntry(String pidExpression, String mountPoint) throws Exception { in getMountEntry()
/aosp_15_r20/system/vold/
H A DVoldNativeService.cpp591 const std::string& mountPoint, bool isZoned, in mountFstab()
601 const std::string& mountPoint, bool shouldFormat, in encryptFstab()
745 binder::Status VoldNativeService::restoreCheckpoint(const std::string& mountPoint) { in restoreCheckpoint()
753 binder::Status VoldNativeService::restoreCheckpointPart(const std::string& mountPoint, int count) { in restoreCheckpointPart()
H A DAppFuseUtil.cpp156 std::string mountPoint; in OpenAppFuseFile() local
H A DUtils.cpp1314 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree()
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt216 val mountPoint = device.executeShellCommand("mount") in remount() constant
/aosp_15_r20/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
H A DFeatureFlagUtils.java41 @NonNull String mountPoint) { in isFeatureFlagEnabled()
/aosp_15_r20/frameworks/base/tests/FsVerityTest/block_device_writer/src/com/android/blockdevicewriter/
H A DBlockDeviceWriter.java58 ITestDevice.MountPointInfo mountPoint = device.getMountPointInfo("/data"); in damageFileAgainstBlockDevice() local
/aosp_15_r20/system/vold/binder/android/os/
H A DIVold.aidl86 …void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean isZoned, in @ut… in mountFstab()
87 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java894 File mountPoint = null; in flashWithFuseZip() local
898 fuseUtil.mountZip(deviceBuild.getDeviceImageFile().getAbsoluteFile(), mountPoint); in flashWithFuseZip() local
/aosp_15_r20/packages/modules/Virtualization/tests/aidl/com/android/microdroid/testservice/
DITestService.aidl71 int getMountFlags(String mountPoint); in getMountFlags()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/
H A DLinuxFileSystemTest.java130 private FileStore getFilestore(String mountPoint) throws IOException { in getFilestore()
/aosp_15_r20/out/soong/.intermediates/system/vold/libvold_binder/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/os/
DBnVold.h252 …:std::string& mountPoint, bool isZoned, const ::std::vector<::std::string>& userDevices) override { in mountFstab()
255 …t, bool shouldFormat, const ::std::string& fsType, bool isZoned, const ::std::vector<::std::string… in encryptFstab()
DIVold.cpp1469 …, const ::std::string& mountPoint, bool isZoned, const ::std::vector<::std::string>& userDevices) { in mountFstab()
1516 …ntPoint, bool shouldFormat, const ::std::string& fsType, bool isZoned, const ::std::vector<::std::… in encryptFstab()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java390 String mountPoint = device.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setUp() local
/aosp_15_r20/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java823 String mountPoint; in redact() local
/aosp_15_r20/system/incremental_delivery/incfs/
H A DMountRegistry.cpp349 auto mountPoint = std::string(items[4]); in loadFrom() local
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
H A DMediaPreparer.java557 String mountPoint = device.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setMountPoint() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java484 String mountPoint = getIDevice().getMountPoint(mountName); in getMountPoint() local
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1282 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dgenomics.v1alpha2.json553 "mountPoint": { object
/aosp_15_r20/external/aws-sdk-java-v2/services/m2/src/main/resources/codegen-resources/
H A Dservice-2.json1609 "mountPoint":{ object
1792 "mountPoint":{ object
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon- ...
/aosp_15_r20/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/suite/
HDcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

1234