Home
last modified time | relevance | path

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

/platform_testing/build/tasks/tests/
Dplatform_test_list.mk124 platform_tests += root-canal
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java140 File root = Environment.getExternalStorageDirectory(); in testAppLaunchPerformance() local
141 assertNotNull("Unable to get the root of the external storage", root); in testAppLaunchPerformance()
142 File logsDir = new File(root, "atrace_logs"); in testAppLaunchPerformance()