Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DParamProcessUtil.java57 File[] zFiles = file.listFiles(); in delDir() local
58 if (zFiles != null) { in delDir()
59 for (File file2 : zFiles) { in delDir()