Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java387 final String extStore = "/data/local"; in testListSymlinkDir() local
390 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir()
391 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir()
392 mTestDevice.deleteFile(String.format("%s/testdir2", extStore)); in testListSymlinkDir()
397 extStore))); in testListSymlinkDir()
399 String.format("touch %s/testdir2/foo.txt", extStore))); in testListSymlinkDir()
402 extStore, extStore))); in testListSymlinkDir()
404 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir()
406 mTestDevice.deleteFile(String.format("%s/testdir", extStore)); in testListSymlinkDir()
407 mTestDevice.deleteFile(String.format("%s/testdir2/foo.txt", extStore)); in testListSymlinkDir()
[all …]
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DUiPerformanceTest.java90 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setupDevice() local
91 String rawFileDir = String.format("%s/%s", extStore, RAW_DATA_DIRECTORY); in setupDevice()
126 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in pullRawDataFile() local
127 String rawFileDir = String.format("%s/%s", extStore, RAW_DATA_DIRECTORY); in pullRawDataFile()
219 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanOutputFiles() local
220 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_FILE_NAME)); in cleanOutputFiles()
DUserActionBenchmark.java97 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in run() local
99 String.format("%s/%s/%s", extStore, mScriptPath, mTestDevice.getProductType()); in run()
117 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanResultFile() local
119 String.format("rm %s/%s", extStore, mDeviceTestOutputFilename)); in cleanResultFile()
DOpenGlPerformanceTest.java361 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanOutputFiles() local
362 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, outputFileName)); in cleanOutputFiles()
/tools/tradefederation/contrib/src/com/android/media/tests/
DVideoEditingMemoryTest.java129 String extStore = in cleanResultFile() local
132 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, in cleanResultFile()
136 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, in cleanResultFile()
147 String extStore = in uploadHeapDumpFiles() local
151 extStore, "*.dump")); in uploadHeapDumpFiles()
DMediaMemoryTest.java142 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanResultFile() local
144 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, outputPath)); in cleanResultFile()
147 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, "*.dump")); in cleanResultFile()
157 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in uploadHeapDumpFiles() local
160 extStore, "*.dump")); in uploadHeapDumpFiles()
DCameraShotToShotLatencyTest.java106 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanupDevice() local
107 mTestDevice.executeShellCommand(String.format("rm -r %s/DCIM", extStore)); in cleanupDevice()
108 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanupDevice()
DMediaStressTest.java96 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanTmpFiles() local
97 mTestDevice.executeShellCommand(String.format("rm %s/temp*.3gp", extStore)); in cleanTmpFiles()
98 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH)); in cleanTmpFiles()
DCameraLatencyTest.java188 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanTmpFiles() local
190 mTestDevice.executeShellCommand(String.format("rm %s/DCIM/Camera/*", extStore)); in cleanTmpFiles()
191 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanTmpFiles()
DCameraStressTest.java223 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanTmpFiles() local
224 mTestDevice.executeShellCommand(String.format("rm -r %s/DCIM/Camera", extStore)); in cleanTmpFiles()
225 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanTmpFiles()
DCameraSettingsTest.java126 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanupDevice() local
127 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanupDevice()
DVideoEditingPerformanceTest.java159 String extStore = in cleanResultFile() local
161 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH)); in cleanResultFile()
DMediaPlayerStressTest.java119 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanResultFile() local
120 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanResultFile()
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java381 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanOutputFiles() local
382 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputFile)); in cleanOutputFiles()