Searched refs:launchFile (Results 1 – 2 of 2) sorted by relevance
728 File launchFile = null; in run() local746 launchFile = File.createTempFile(LAUNCH_SCRIPT_NAME, ".sh"); in run()747 launchFile.setExecutable(true); in run()748 try (FileOutputStream stream = new FileOutputStream(launchFile); in run()754 launchCmd = launchFile.getAbsolutePath(); in run()770 if (launchFile != null) { in run()771 launchFile.delete(); in run()
1269 File launchFile = null; in run() local1282 launchFile = File.createTempFile(LAUNCH_SCRIPT_NAME, ".sh"); in run()1283 launchFile.setExecutable(true); in run()1284 try (FileOutputStream stream = new FileOutputStream(launchFile); in run()1292 launchCmd = launchFile.getAbsolutePath(); in run()1308 if (launchFile != null) { in run()1309 launchFile.delete(); in run()