OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputPaths
(Results
1 - 3
of
3
) sorted by null
/sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java
229
List<InputPath>
inputPaths
= new ArrayList<InputPath>();
233
inputPaths
.add(resourceInputPath);
237
inputPaths
.add(new InputPath(dexFile));
246
inputPaths
.add(new InputPath(f));
259
inputPaths
.add(new SourceFolderInputPath(f));
280
inputPaths
.add(new InputPath(f));
291
inputPaths
.add(new InputPath(f));
309
inputPaths
.add(new InputPath(entry.mFile));
319
if (initDependencies(depFile,
inputPaths
) && dependenciesHaveChanged() == false) {
383
generateDependencyFile(depFile,
inputPaths
, outputFile.getAbsolutePath())
[
all
...]
DexExecTask.java
132
List<InputPath>
inputPaths
= getInputPaths(paths, null /*extensionsToCheck*/,
135
if (initDependencies(depFile,
inputPaths
) && dependenciesHaveChanged() == false) {
173
generateDependencyFile(depFile,
inputPaths
, mOutput);
AaptExecTask.java
395
List<InputPath>
inputPaths
= getInputPaths(paths, Collections.singleton("xml"),
400
inputPaths
.add(new InputPath(new File(mManifest)));
404
if (initDependencies(mRFolder + File.separator + "R.java.d",
inputPaths
)
414
List<InputPath>
inputPaths
= getInputPaths(paths, null /*extensionsToCheck*/,
419
inputPaths
.add(new InputPath(new File(mManifest)));
426
inputPaths
.add(new InputPath(assetsDir));
436
if (initDependencies(dependencyFilePath,
inputPaths
)
Completed in 168 milliseconds