Searched defs:outputAPKFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp2550 const char* outputAPKFile; local
2579 outputAPKFile = bundle->getOutputAPKFile();
2582 if (outputAPKFile) {
2584 type = getFileType(outputAPKFile);
2588 outputAPKFile);
2663 if (outputAPKFile) {
2664 dependencyFile = String8(outputAPKFile);
2736 if (outputAPKFile) {
2748 String8 outputPath = buildApkName(String8(outputAPKFile), split);
2766 bool includeRaw = (outputAPKFile !
[all...]

Completed in 14 milliseconds