Lines Matching refs:dstPath
568 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "base.apk"]
581 return [self.dstPath]
585 dstPath = resolvePath(config, self.dstPath)
587 if not os.path.exists(os.path.dirname(dstPath)):
588 os.makedirs(os.path.dirname(dstPath))
596 "-F", dstPath,
636 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-java.apk"]
645 return [self.dstPath]
649 dstPath = resolvePath(config, self.getOutputs()[0])
652 shutil.copyfile(srcPath, dstPath)
653 addFileToAPK(config, dstPath, os.path.dirname(dexPath), os.path.basename(dexPath))
660 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-assets.apk"]
669 return [self.dstPath]
678 dstPath = resolvePath(config, self.getOutputs()[0])
682 shutil.copyfile(srcPath, dstPath)
684 addFilesToAPK(config, dstPath, buildPath, assetFiles)
691 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-native-libs.apk"]
700 return [self.dstPath]
704 dstPath = resolvePath(config, self.getOutputs()[0])
742 shutil.copyfile(srcPath, dstPath)
743 addFilesToAPK(config, dstPath, pkgPath, libFiles)
749 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "signed.apk"]
756 return [self.dstPath]
760 dstPath = resolvePath(config, self.dstPath)
767 "-signedjar", dstPath,
779 self.dstPath = [BuildRoot(), getBuildRootRelativeAPKPath(self.package)]
786 return [self.dstPath]
790 dstPath = resolvePath(config, self.dstPath)
797 dstPath