Searched refs:REPLACE_EXISTING (Results 1 – 2 of 2) sorted by relevance
18 import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;853 Files.copy(logcat.createInputStream(), temp.toPath(), REPLACE_EXISTING); in saveLogcatForIteration() local
353 tmpOutputApk.toPath(), outputApk.toPath(), StandardCopyOption.REPLACE_EXISTING); in sign()