Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java454 String expectedDeviceFilePath = null; in doTestSyncFiles() local
463 expectedDeviceFilePath = in doTestSyncFiles()
468 assertTrue(mTestDevice.doesFileExist(expectedDeviceFilePath)); in doTestSyncFiles()
473 String.format("ls -l %s", expectedDeviceFilePath)); in doTestSyncFiles()
486 String.format("ls -l %s", expectedDeviceFilePath)); in doTestSyncFiles()
498 String.format("cat %s", expectedDeviceFilePath)); in doTestSyncFiles()
501 if (expectedDeviceFilePath != null && externalStorePath != null) { in doTestSyncFiles()
503 mTestDevice.deleteFile(expectedDeviceFilePath); in doTestSyncFiles()
512 String expectedDeviceFilePath = null; in testPushDir() local
521 expectedDeviceFilePath = in testPushDir()
[all …]