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

/frameworks/base/tools/aapt/
H A DCommand.cpp2563 const char* outputAPKFile; local
2592 outputAPKFile = bundle->getOutputAPKFile();
2595 if (outputAPKFile) {
2597 type = getFileType(outputAPKFile);
2601 outputAPKFile);
2676 if (outputAPKFile) {
2677 dependencyFile = String8(outputAPKFile);
2749 if (outputAPKFile) {
2761 String8 outputPath = buildApkName(String8(outputAPKFile), split);
2779 bool includeRaw = (outputAPKFile !
[all...]

Completed in 57 milliseconds