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

/frameworks/base/tools/aapt/
H A DCommand.cpp2244 const char* outputAPKFile; local
2273 outputAPKFile = bundle->getOutputAPKFile();
2276 if (outputAPKFile) {
2278 type = getFileType(outputAPKFile);
2282 outputAPKFile);
2357 if (outputAPKFile) {
2358 dependencyFile = String8(outputAPKFile);
2424 if (outputAPKFile) {
2436 String8 outputPath = buildApkName(String8(outputAPKFile), split);
2454 bool includeRaw = (outputAPKFile !
[all...]

Completed in 615 milliseconds