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

  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
MavenManifestFactory.java 24 final String manifestPath = config.manifest();
25 if (manifestPath.equals(Config.NONE)) {
31 final String resourceName = manifestPath.startsWith("/") ? manifestPath : ("/" + manifestPath);
40 manifestFile = getBaseDir().join(manifestPath);
  /build/soong/java/
aar.go 77 manifestPath android.Path
109 return a.manifestPath
112 func (a *aapt) aapt2Flags(ctx android.ModuleContext, sdkContext sdkContext, manifestPath android.Path) (flags []string,
161 linkFlags = append(linkFlags, "--manifest "+manifestPath.String())
162 linkDeps = append(linkDeps, manifestPath)
209 manifestPath := manifestMerger(ctx, manifestSrcPath, sdkContext, staticLibManifests, a.isLibrary,
212 linkFlags, linkDeps, resDirs, overlayDirs, rroDirs, resZips := a.aapt2Flags(ctx, sdkContext, manifestPath)
288 a.manifestPath = manifestPath
404 BuildAAR(ctx, a.aarFile, a.outputFile, a.manifestPath, a.rTxt, res
    [all...]
androidmk.go 305 fmt.Fprintln(w, "LOCAL_FULL_MANIFEST_FILE :=", app.manifestPath.String())
384 fmt.Fprintln(w, "LOCAL_FULL_MANIFEST_FILE :=", a.manifestPath.String())
app.go 552 a.testConfig = tradefed.AutoGenInstrumentationTestConfig(ctx, a.testProperties.Test_config, a.testProperties.Test_config_template, a.manifestPath, a.testProperties.Test_suites)
  /external/deqp/scripts/android/
install_apk.py 161 manifestPath = os.path.join(DEQP_DIR, "android", package.appDirName, "AndroidManifest.xml")
163 return parsePackageName(manifestPath)
build_apk.py 360 def parsePackageName (manifestPath):
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)

Completed in 155 milliseconds