Lines Matching refs:resolvePath

267 def resolvePath (config, path):
279 return list(map(lambda p: resolvePath(config, p), paths))
419 manifestPath = resolvePath(config, self.getManifestPath())
474 dstDir = os.path.dirname(resolvePath(config, [GeneratedResSourcePath(self.package)]))
484 "-S", resolvePath(config, self.package.getResPath()),
485 "-M", resolvePath(config, self.package.getManifestPath()),
486 "-J", resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "src"]),
518 jarPath = resolvePath(config, self.package.getClassesJarPath())
519 objPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "obj"])
520 classPaths = [objPath] + [resolvePath(config, lib.getClassesJarPath()) for lib in self.libraries]
567 dexPath = resolvePath(config, self.package.getClassesDexDirectory())
568 jarPaths = [resolvePath(config, self.package.getClassesJarPath())]
571 jarPaths.append(resolvePath(config, lib.getClassesJarPath()))
592 return os.path.exists(resolvePath(config, self.keystorePath))
598 "-keystore", resolvePath(config, self.keystorePath),
630 dstPath = resolvePath(config, self.dstPath)
641 "-M", resolvePath(config, self.package.getManifestPath()),
648 args += ["-S", resolvePath(config, resPath)]
699 srcPath = resolvePath(config, self.srcPath)
700 dstPath = resolvePath(config, self.getOutputs()[0])
701 dexPath = resolvePath(config, self.package.getClassesDexPath())
728 srcPath = resolvePath(config, self.srcPath)
729 dstPath = resolvePath(config, self.getOutputs()[0])
730 buildPath = resolvePath(config, self.buildPath)
754 srcPath = resolvePath(config, self.srcPath)
755 dstPath = resolvePath(config, self.getOutputs()[0])
756 pkgPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName()])
761 libSrcPath = resolvePath(config, [NativeBuildPath(abi), "libdeqp.so"])
812 srcPath = resolvePath(config, self.srcPath)
813 dstPath = resolvePath(config, self.dstPath)
818 "--ks", resolvePath(config, self.keystorePath),
845 srcPath = resolvePath(config, self.srcPath)
846 dstPath = resolvePath(config, self.dstPath)