Searched refs:getPackInfoPath (Results 1 – 3 of 3) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
D | CompressVerify.java | 213 …if (!utility.getPackInfoPath().isEmpty() && !isPathValid(utility.getPackInfoPath(), TYPE_FILE, PAC… in isVerifyValidInHapMode() 301 if (utility.getPackInfoPath().isEmpty()) { in isVerifyValidInAppMode() 306 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() 344 if (!isPathValid(utility.getPackInfoPath(), TYPE_FILE, PACK_INFO)) { in isVerifyValidInResMode()
|
D | Compressor.java | 260 if (!utility.getPackInfoPath().isEmpty()) { in compressHapMode() 261 pathToFile(utility, utility.getPackInfoPath(), NULL_DIR_NAME, false); in compressHapMode() 327 if (!utility.getPackInfoPath().isEmpty()) { in compressHapModeForModule() 328 pathToFile(utility, utility.getPackInfoPath(), NULL_DIR_NAME, false); in compressHapModeForModule() 435 compressPackinfoIntoHap(hapPathItem, hapTempPath, utility.getPackInfoPath()); in compressAppMode() 460 File file = new File(utility.getPackInfoPath()); in compressAppMode() 682 if (!utility.getPackInfoPath().isEmpty()) { in compressPackResMode() 683 File file = new File(utility.getPackInfoPath()); in compressPackResMode()
|
D | Utility.java | 341 public String getPackInfoPath() { in getPackInfoPath() method in Utility
|