Searched refs:launchSubDir (Results 1 – 2 of 2) sorted by relevance
160 private File launchSubDir = null; field in AppLaunch238 launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in testMeasureStartUpTime()240 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in testMeasureStartUpTime()242 + launchSubDir + ". Try disabling selinux."); in testMeasureStartUpTime()244 File file = new File(launchSubDir, LAUNCH_FILE); in testMeasureStartUpTime()594 File launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in logDumpsysIorapd() local596 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in logDumpsysIorapd()598 + launchSubDir + ". Try disabling selinux."); in logDumpsysIorapd()601 File file = new File(launchSubDir, path); in logDumpsysIorapd()1407 if (launchSubDir == null) { in stopRecording()[all …]
185 File launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in testMeasureStartUpTime() local187 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in testMeasureStartUpTime()190 File file = new File(launchSubDir, LAUNCH_FILE); in testMeasureStartUpTime()