Home
last modified time | relevance | path

Searched refs:fullRemotePath (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java945 String fullRemotePath = device.getIDevice().getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in syncTestData() local
946 if (fullRemotePath == null) { in syncTestData()
952 fullRemotePath = String.format("%s/%s", fullRemotePath, mRemoteDataPath); in syncTestData()
954 boolean result = device.syncFiles(mLocalDataFile, fullRemotePath); in syncTestData()
959 mLocalDataFile.getAbsolutePath(), fullRemotePath, device.getSerialNumber()), in syncTestData()