Home
last modified time | relevance | path

Searched refs:deleteFile (Results 1 – 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java412 deleteFile(CMD_KEY_APP_STORE_PATH); in testCmdKeypair()
413 deleteFile(CMD_KEY_PROFILE_STORE_PATH); in testCmdKeypair()
422 deleteFile(CMD_KEY_APP_STORE_PATH); in testCmdKeypair()
433 deleteFile(CMD_KEY_PROFILE_STORE_PATH); in testCmdKeypair()
455 deleteFile(CMD_CSR_PATH); in testCmdCsr()
463 deleteFile(CMD_CSR_PATH); in testCmdCsr()
486 deleteFile(CMD_CERT_PATH); in testCmdCert()
494 deleteFile(CMD_CERT_PATH); in testCmdCert()
529 deleteFile(CMD_ROOT_APP_CA_PATH); in testCmdCa()
530 deleteFile(CMD_ROOT_PROFILE_CA_PATH); in testCmdCa()
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java136 deleteFile(OUT_PATH); in testProfile()
193 private void deleteFile(String filePath) throws IOException { in deleteFile() method in ProfileTest
/developtools/packing_tool/adapter/ohos/
DBinaryTool.java78 FileUtils.deleteFile(absBinaryFilePath.get()); in generateBinaryFile()
DUncompress.java105 deleteFile(outPath); in unpackageProcess()
474 FileUtils.deleteFile(file.getPath()); in uncompressHapByBigStream()
953 File deleteFile = new File(tempDir); in repackHap() local
954 deleteFile(deleteFile); in repackHap()
1137 private static void deleteFile(File file) { in deleteFile() method in Uncompress
1142 deleteFile(files[i]); in deleteFile()
DCompressor.java995 deleteFile(path); in compressAppMode()
997 deleteFile(tempPath); in compressAppMode()
998 deleteFile(hspTempDirPath); in compressAppMode()
1052 deleteFile(tempPath); in compressAppModeForMultiProject()
1053 deleteFile(tempSelectedHapPath); in compressAppModeForMultiProject()
1309 private static void deleteFile(final String path) { in deleteFile() method in Compressor
1315 deleteFile(files[i].toString()); in deleteFile()
1586 deleteFile(f.getCanonicalPath()); in getFileList()
DFileUtils.java188 public static void deleteFile(final String path) { in deleteFile() method in FileUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java485 public static void deleteFile(File file) { in deleteFile() method in FileUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java473 FileUtils.deleteFile(tmpOutput); in doAfterSign()