Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java225 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPushPull_normal() local
266 String externalStorePath = "${EXTERNAL_STORAGE}"; in testPushPull_extStorageVariable() local
304 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPull_noexist() local
324 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPull_nopermissions() local
355 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in testPush_noexist() local
453 private void doTestSyncFiles(String externalStorePath) throws Exception { in doTestSyncFiles()
513 String externalStorePath = null; in testPushDir() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java702 private String getFileSystem(String externalStorePath) throws DeviceNotAvailableException { in getFileSystem()
DNativeDevice.java1749 String externalStorePath = getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in getExternalStoreFreeSpace() local
1784 private String getDfOutput(String externalStorePath) throws DeviceNotAvailableException { in getDfOutput()
1836 Long parseFreeSpaceFromFree(String externalStorePath, String dfOutput) { in parseFreeSpaceFromFree()