Lines Matching refs:outPath
133 * @param outPath Indicates the out path.
140 public static boolean unpack(String appPath, String outPath, String deviceType, boolean unpackApk) {
146 if (outPath == null || outPath.isEmpty()) {
147 LOG.error("UncompressEntrance::unpack outPath is invalid!");
155 utility.setOutPath(outPath);
176 * @param outPath Indicates the out path.
181 public static boolean unpackHap(String hapPath, String outPath, boolean unpackApk) {
187 if (outPath == null || outPath.isEmpty()) {
188 LOG.error("UncompressEntrance::unpackHap outPath is invalid!");
196 utility.setOutPath(outPath);
224 * @param outPath Indicates the out path to unpack the files.
229 String outPath) {
265 * @param outPath Indicates the out path to unzip temp files.
270 String outPath) {