Home
last modified time | relevance | path

Searched defs:tmpOutput (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java274 File tmpOutput = null; in sign() local
356 … private boolean doAfterSign(boolean isSuccess, boolean pathOverlap, File tmpOutput, File output) { in doAfterSign()
395 … private void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOException { in copyFileAndAlignment()