Searched refs:launchSubDir (Results 1 – 1 of 1) 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()596 File launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in logDumpsysIorapd() local598 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in logDumpsysIorapd()600 + launchSubDir + ". Try disabling selinux."); in logDumpsysIorapd()603 File file = new File(launchSubDir, path); in logDumpsysIorapd()1409 if (launchSubDir == null) { in stopRecording()[all …]