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

  /tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
BuildModuleCommand.java 44 abstract Optional<Path> getManifestPath();
106 getManifestPath().isPresent() || getManifestDirPath().isPresent(),
111 !getManifestPath().isPresent() || !getManifestDirPath().isPresent(),
122 checkFileExistsAndReadable(getManifestPath());
  /external/deqp/scripts/android/
build_apk.py 382 manifestPath = resolvePath(config, self.getManifestPath())
386 def getManifestPath (self):
427 return [self.package.getResPath(), self.package.getManifestPath()]
445 "-M", resolvePath(config, self.package.getManifestPath()),
579 return [self.package.getManifestPath()] + self.getResPaths()
595 "-M", resolvePath(config, self.package.getManifestPath()),

Completed in 100 milliseconds