Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DConvertHapToBin.java46 if (!FileUtils.checkFileIsExists(hapPath)) { in packHapTobin()
77 if (!FileUtils.checkFileIsExists(projectPath)) { in packProjectTobin()
DCollectBinInfo.java49 if (!FileUtils.checkFileIsExists(binPath)) { in getVersionCode()
DFileUtils.java319 public static boolean checkFileIsExists(final String filePath) { in checkFileIsExists() method in FileUtils