Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java207 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPushPull_normal() local
247 String externalStorePath = "${EXTERNAL_STORAGE}"; in testPushPull_extStorageVariable() local
284 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPull_noexist() local
302 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPull_nopermissions() local
332 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPush_noexist() local
427 private void doTestSyncFiles(String externalStorePath) throws Exception { in doTestSyncFiles()
482 String externalStorePath = null; in testPushDir() local
DTestDeviceStressTest.java113 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPushFolderWithManyFiles() local
145 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testSyncDataWithManyFiles() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1075 String externalStorePath = getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in getExternalStoreFreeSpace() local
1110 private String getDfOutput(String externalStorePath) throws DeviceNotAvailableException { in getDfOutput()
1162 Long parseFreeSpaceFromFree(String externalStorePath, String dfOutput) { in parseFreeSpaceFromFree()