Searched defs:manifestFile (Results 1 – 6 of 6) sorted by relevance
12 private final Path manifestFile; field in ManifestIdentifier21 Path manifestFile, in ManifestIdentifier()30 Path manifestFile, in ManifestIdentifier()48 Path manifestFile, Path resDir, Path assetDir, String packageName, List<Path> libraryDirs) { in ManifestIdentifier()
23 Path manifestFile = getFileFromProperty("android_merged_manifest"); in identify() local
32 final Path manifestFile; in identify() local
69 File manifestFile = in downloadManifest() local
35 private var manifestFile: File? = null variable in GradleTestRunner
165 public static String manifestFile = null; field in Doclava