OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mManifest
(Results
1 - 2
of
2
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
SignedJarBuilder.java
101
private Manifest
mManifest
;
167
mManifest
= new Manifest();
168
Attributes main =
mManifest
.getMainAttributes();
254
if (
mManifest
!= null) {
257
mManifest
.write(mOutputJar);
297
if (
mManifest
!= null) {
299
Attributes attr =
mManifest
.getAttributes(entry.getName());
302
mManifest
.getEntries().put(entry.getName(), attr);
323
mManifest
.write(print);
327
Map<String, Attributes> entries =
mManifest
.getEntries()
[
all
...]
/sdk/anttasks/src/com/android/ant/
AaptExecTask.java
84
private String
mManifest
;
169
mManifest
= TaskHelper.checkSinglePath("manifest", manifest);
357
if (
mManifest
!= null) {
358
inputPaths.add(new InputPath(new File(
mManifest
)));
375
if (
mManifest
!= null) {
376
inputPaths.add(new InputPath(new File(
mManifest
)));
491
if (
mManifest
!= null) {
493
task.createArg().setValue(
mManifest
);
Completed in 569 milliseconds