Searched refs:copiedBinary (Results 1 – 1 of 1) sorted by relevance
230 Path copiedBinary = copyFile(binary.toPath(), mWorkDir.toPath()); in run() local231 copiedBinary.toFile().setExecutable(true); in run()