Home
last modified time | relevance | path

Searched refs:getBuildRootRelativeAPKPath (Results 1 – 2 of 2) sorted by relevance

/external/deqp/scripts/android/
Dinstall_apk.py33 from build_apk import getBuildRootRelativeAPKPath
157 return os.path.join(buildRootPath, getBuildRootRelativeAPKPath(package))
Dbuild_apk.py772 def getBuildRootRelativeAPKPath (package): function
779 self.dstPath = [BuildRoot(), getBuildRootRelativeAPKPath(self.package)]
978 print "Built %s" % os.path.join(buildPath, getBuildRootRelativeAPKPath(pkg))