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

/frameworks/base/tools/split-select/
H A DMain.cpp248 String8 baseApkPath; local
278 if (baseApkPath.size() > 0) {
283 baseApkPath.setTo(*argv);
303 if (baseApkPath.size() == 0) {
311 if (!getAppInfo(baseApkPath, baseAppInfo)) {
312 fprintf(stderr, "error: unable to read base APK: '%s'.\n", baseApkPath.string());
330 splitApkPaths.add(baseApkPath);
362 if (matchingSplitPaths[i] != baseApkPath) {
367 generate(apkPathSplitMap, baseApkPath);

Completed in 298 milliseconds