HomeSort by relevance Sort by last modified time
    Searched refs:getBuildRootRelativeAPKPath (Results 1 - 2 of 2) sorted by null

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

Completed in 97 milliseconds