Home
last modified time | relevance | path

Searched refs:manifestPath (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DMavenManifestFactory.java24 final String manifestPath = config.manifest(); in identify() local
25 if (manifestPath.equals(Config.NONE)) { in identify()
31 final String resourceName = manifestPath.startsWith("/") ? manifestPath : ("/" + manifestPath); in identify()
40 manifestFile = getBaseDir().join(manifestPath); in identify()
/external/deqp/scripts/android/
Dinstall_apk.py161 manifestPath = os.path.join(DEQP_DIR, "android", package.appDirName, "AndroidManifest.xml")
163 return parsePackageName(manifestPath)
Dbuild_apk.py360 def parsePackageName (manifestPath): argument
361 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)