Lines Matching refs:resolvePath

256 def resolvePath (config, path):  function
268 return list(map(lambda p: resolvePath(config, p), paths))
408 manifestPath = resolvePath(config, self.getManifestPath())
460 dstDir = os.path.dirname(resolvePath(config, [GeneratedResSourcePath(self.package)]))
470 "-S", resolvePath(config, self.package.getResPath()),
471 "-M", resolvePath(config, self.package.getManifestPath()),
472 "-J", resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "src"]),
504 jarPath = resolvePath(config, self.package.getClassesJarPath())
505 objPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "obj"])
506 classPaths = [objPath] + [resolvePath(config, lib.getClassesJarPath()) for lib in self.libraries]
554 dexPath = resolvePath(config, self.package.getClassesDexPath())
555 jarPaths = [resolvePath(config, self.package.getClassesJarPath())]
558 jarPaths.append(resolvePath(config, lib.getClassesJarPath()))
574 return os.path.exists(resolvePath(config, self.keystorePath))
580 "-keystore", resolvePath(config, self.keystorePath),
612 dstPath = resolvePath(config, self.dstPath)
623 "-M", resolvePath(config, self.package.getManifestPath()),
629 args += ["-S", resolvePath(config, resPath)]
677 srcPath = resolvePath(config, self.srcPath)
678 dstPath = resolvePath(config, self.getOutputs()[0])
679 dexPath = resolvePath(config, self.package.getClassesDexPath())
706 srcPath = resolvePath(config, self.srcPath)
707 dstPath = resolvePath(config, self.getOutputs()[0])
708 buildPath = resolvePath(config, self.buildPath)
732 srcPath = resolvePath(config, self.srcPath)
733 dstPath = resolvePath(config, self.getOutputs()[0])
734 pkgPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName()])
739 libSrcPath = resolvePath(config, [NativeBuildPath(abi), "libdeqp.so"])
788 srcPath = resolvePath(config, self.srcPath)
789 dstPath = resolvePath(config, self.dstPath)
793 "-keystore", resolvePath(config, self.keystorePath),
818 srcPath = resolvePath(config, self.srcPath)
819 dstPath = resolvePath(config, self.dstPath)