OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:manifestFile
(Results
1 - 11
of
11
) sorted by null
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DefaultManifestFactory.java
26
FsFile
manifestFile
= getFsFileFromProperty(baseDir, "android_merged_manifest");
36
manifestFile
= resolveFile(manifestConfig);
56
return new ManifestIdentifier(packageName,
manifestFile
, resourcesDir, assetsDir, libraryDirs,
BuckManifestFactory.java
27
FsFile
manifestFile
= Fs.fileFromPath(buckManifest);
53
return new ManifestIdentifier(packageName,
manifestFile
, resDir, assetsDir, libraries);
ManifestIdentifier.java
11
private final FsFile
manifestFile
;
19
FsFile
manifestFile
, FsFile resDir, FsFile assetDir,
21
this(packageName,
manifestFile
, resDir, assetDir, libraries, null);
25
FsFile
manifestFile
, FsFile resDir, FsFile assetDir,
27
this.
manifestFile
=
manifestFile
;
39
public ManifestIdentifier(FsFile
manifestFile
, FsFile resDir, FsFile assetDir, String packageName,
41
this.
manifestFile
=
manifestFile
;
62
return
manifestFile
;
[
all
...]
MavenManifestFactory.java
30
final FsFile
manifestFile
;
38
manifestFile
= Fs.newFile(relativePath.toString());
40
manifestFile
= getBaseDir().join(manifestPath);
43
final FsFile baseDir =
manifestFile
.getParent();
64
return new ManifestIdentifier(config.packageName(),
manifestFile
, resDir, assetDir, libraries);
/build/soong/cmd/merge_zips/
merge_zips_test.go
49
manifestFile
= testZipEntry{jar.
ManifestFile
, 0755, []byte("manifest")}
50
manifestFile2 = testZipEntry{jar.
ManifestFile
, 0755, []byte("manifest2")}
101
{be, bc, bDir, bbDir, bbb, A, metainfDir,
manifestFile
},
103
out: []testZipEntry{A, metainfDir,
manifestFile
, bDir, bbDir, bbb, bc, be},
110
{be, bc, bDir, A, metainfDir,
manifestFile
},
112
out: []testZipEntry{metainfDir,
manifestFile
, A, bDir, bc, be},
119
{metainfDir,
manifestFile
, bDir, be},
123
out: []testZipEntry{metainfDir,
manifestFile
, A, bDir, bc, be},
/cts/tools/utils/
CollectAllTests.java
80
File
manifestFile
= new File(args[1]);
116
new FileInputStream(
manifestFile
));
118
System.err.println("cannot open manifest " +
manifestFile
);
/external/doclava/src/com/google/doclava/
Doclava.java
129
public static String
manifestFile
= null;
405
manifestFile
= a[1];
673
if (
manifestFile
== null) {
676
try (BufferedInputStream in = new BufferedInputStream(new FileInputStream(
manifestFile
));
691
"Failed to parse " +
manifestFile
+ ": " + e);
[
all
...]
/external/guice/extensions/struts2/lib/
ant-1.6.5.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/external/kotlinc/lib/
kotlin-compiler.jar
Completed in 267 milliseconds