Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java185 private void deleteFile(String filePath) throws IOException { in deleteFile() method in ProfileTest
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java360 public static void deleteFile(File file) { in deleteFile() method in FileUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java808 private void deleteFile(String filePath) throws IOException { in deleteFile() method in CmdUnitTest
/developtools/packing_tool/adapter/ohos/
DFileUtils.java188 public static void deleteFile(final String path) { in deleteFile() method in FileUtils
DUncompress.java950 File deleteFile = new File(tempDir); in repackHap() local
1134 private static void deleteFile(File file) { in deleteFile() method in Uncompress
DCompressor.java1177 private static void deleteFile(final String path) { in deleteFile() method in Compressor