Searched refs:root (Results 1 – 1 of 1) sorted by relevance
103 File root = Environment.getExternalStorageDirectory(); in testAppLaunchPerformance() local104 assertNotNull("Unable to get the root of the external storage", root); in testAppLaunchPerformance()105 File logsDir = new File(root, "atrace_logs"); in testAppLaunchPerformance()