Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java103 File root = Environment.getExternalStorageDirectory(); in testAppLaunchPerformance() local
104 assertNotNull("Unable to get the root of the external storage", root); in testAppLaunchPerformance()
105 File logsDir = new File(root, "atrace_logs"); in testAppLaunchPerformance()