Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java386 String mountPoint = device.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java874 File mountPoint = null; in flashWithFuseZip() local
878 fuseUtil.mountZip(deviceBuild.getDeviceImageFile().getAbsoluteFile(), mountPoint); in flashWithFuseZip() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java472 String mountPoint = getIDevice().getMountPoint(mountName); in getMountPoint() local