Lines Matching refs:dstPath
613 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "base.apk"]
626 return [self.dstPath]
630 dstPath = resolvePath(config, self.dstPath)
632 if not os.path.exists(os.path.dirname(dstPath)):
633 os.makedirs(os.path.dirname(dstPath))
643 "-F", dstPath,
687 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-java.apk"]
696 return [self.dstPath]
700 dstPath = resolvePath(config, self.getOutputs()[0])
703 shutil.copyfile(srcPath, dstPath)
704 addFileToAPK(config, dstPath, os.path.dirname(dexPath), os.path.basename(dexPath))
711 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-assets.apk"]
720 return [self.dstPath]
729 dstPath = resolvePath(config, self.getOutputs()[0])
733 shutil.copyfile(srcPath, dstPath)
735 addFilesToAPK(config, dstPath, buildPath, assetFiles)
742 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "with-native-libs.apk"]
751 return [self.dstPath]
755 dstPath = resolvePath(config, self.getOutputs()[0])
794 shutil.copyfile(srcPath, dstPath)
795 addFilesToAPK(config, dstPath, pkgPath, libFiles)
801 self.dstPath = [BuildRoot(), getBuildRootRelativeAPKPath(self.package)]
808 return [self.dstPath]
813 dstPath = resolvePath(config, self.dstPath)
824 "--out", dstPath,
835 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "aligned.apk"]
842 return [self.dstPath]
846 dstPath = resolvePath(config, self.dstPath)
853 dstPath