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

/frameworks/base/tools/aapt/
H A DCommand.cpp2455 const char* outputAPKFile; local
2484 outputAPKFile = bundle->getOutputAPKFile();
2487 if (outputAPKFile) {
2489 type = getFileType(outputAPKFile);
2493 outputAPKFile);
2568 if (outputAPKFile) {
2569 dependencyFile = String8(outputAPKFile);
2641 if (outputAPKFile) {
2653 String8 outputPath = buildApkName(String8(outputAPKFile), split);
2671 bool includeRaw = (outputAPKFile !
[all...]

Completed in 108 milliseconds