Lines Matching refs:getOutputs
288 def getOutputs (self):
314 outputs = resolvePaths(config, self.getOutputs())
469 def getOutputs (self):
512 def getOutputs (self):
562 def getOutputs (self):
588 def getOutputs (self):
625 def getOutputs (self):
686 self.srcPath = BuildBaseAPK(self.package).getOutputs()[0]
695 def getOutputs (self):
700 dstPath = resolvePath(config, self.getOutputs()[0])
710 self.srcPath = AddJavaToAPK(self.package).getOutputs()[0]
719 def getOutputs (self):
729 dstPath = resolvePath(config, self.getOutputs()[0])
741 self.srcPath = AddAssetsToAPK(self.package, "").getOutputs()[0]
750 def getOutputs (self):
755 dstPath = resolvePath(config, self.getOutputs()[0])
800 self.srcPath = AlignAPK(self.package).getOutputs()[0]
802 self.keystorePath = CreateKeystore().getOutputs()[0]
807 def getOutputs (self):
834 self.srcPath = AddNativeLibsToAPK(self.package, []).getOutputs()[0]
836 self.keystorePath = CreateKeystore().getOutputs()[0]
841 def getOutputs (self):