Searched refs:checkFileIsExists (Results 1 – 3 of 3) sorted by relevance
46 if (!FileUtils.checkFileIsExists(hapPath)) { in packHapTobin()77 if (!FileUtils.checkFileIsExists(projectPath)) { in packProjectTobin()
49 if (!FileUtils.checkFileIsExists(binPath)) { in getVersionCode()
319 public static boolean checkFileIsExists(final String filePath) { in checkFileIsExists() method in FileUtils