Lines Matching refs:dstPath
595 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "base.apk"]
608 return [self.dstPath]
612 dstPath = resolvePath(config, self.dstPath)
614 if not os.path.exists(os.path.dirname(dstPath)):
615 os.makedirs(os.path.dirname(dstPath))
625 "-F", dstPath,
665 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-java.apk"]
674 return [self.dstPath]
678 dstPath = resolvePath(config, self.getOutputs()[0])
681 shutil.copyfile(srcPath, dstPath)
682 addFileToAPK(config, dstPath, os.path.dirname(dexPath), os.path.basename(dexPath))
689 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-assets.apk"]
698 return [self.dstPath]
707 dstPath = resolvePath(config, self.getOutputs()[0])
711 shutil.copyfile(srcPath, dstPath)
713 addFilesToAPK(config, dstPath, buildPath, assetFiles)
720 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-native-libs.apk"]
729 return [self.dstPath]
733 dstPath = resolvePath(config, self.getOutputs()[0])
771 shutil.copyfile(srcPath, dstPath)
772 addFilesToAPK(config, dstPath, pkgPath, libFiles)
778 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "signed.apk"]
785 return [self.dstPath]
789 dstPath = resolvePath(config, self.dstPath)
796 "-signedjar", dstPath,
808 self.dstPath = [BuildRoot(), getBuildRootRelativeAPKPath(self.package)]
815 return [self.dstPath]
819 dstPath = resolvePath(config, self.dstPath)
826 dstPath