Searched refs:manifestPath (Results 1 – 3 of 3) sorted by relevance
24 final String manifestPath = config.manifest(); in identify() local25 if (manifestPath.equals(Config.NONE)) { in identify()31 final String resourceName = manifestPath.startsWith("/") ? manifestPath : ("/" + manifestPath); in identify()40 manifestFile = getBaseDir().join(manifestPath); in identify()
161 manifestPath = os.path.join(DEQP_DIR, "android", package.appDirName, "AndroidManifest.xml")163 return parsePackageName(manifestPath)
360 def parsePackageName (manifestPath): argument361 tree = xml.etree.ElementTree.parse(manifestPath)364 raise Exception("'package' attribute missing from root element in %s" % manifestPath)381 manifestPath = resolvePath(config, self.getManifestPath())383 return parsePackageName(manifestPath)