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

/frameworks/base/tools/aapt/
H A DCommand.cpp2265 const char* outputAPKFile; local
2294 outputAPKFile = bundle->getOutputAPKFile();
2297 if (outputAPKFile) {
2299 type = getFileType(outputAPKFile);
2303 outputAPKFile);
2378 if (outputAPKFile) {
2379 dependencyFile = String8(outputAPKFile);
2445 if (outputAPKFile) {
2457 String8 outputPath = buildApkName(String8(outputAPKFile), split);
2475 bool includeRaw = (outputAPKFile !
[all...]

Completed in 11 milliseconds