Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java228 File launchRootDir = null; in testMeasureStartUpTime() local
230 launchRootDir = new File(launchDirectory); in testMeasureStartUpTime()
231 if (!launchRootDir.exists() && !launchRootDir.mkdirs()) { in testMeasureStartUpTime()
233 + launchRootDir + ". Try disabling selinux."); in testMeasureStartUpTime()
238 launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in testMeasureStartUpTime()
584 File launchRootDir = null; in logDumpsysIorapd() local
586 launchRootDir = new File(launchDirectory); in logDumpsysIorapd()
587 if (!launchRootDir.exists() && !launchRootDir.mkdirs()) { in logDumpsysIorapd()
589 + launchRootDir + ". Try disabling selinux."); in logDumpsysIorapd()
596 File launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in logDumpsysIorapd()