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

/frameworks/base/tools/split-select/
H A DMain.cpp355 SortedVector<String8> matchingSplitPaths; local
357 matchingSplitPaths.add(splitApkPathMap.valueFor(matchingConfigs[i]));
360 const size_t matchingSplitApkPathCount = matchingSplitPaths.size();
362 if (matchingSplitPaths[i] != baseApkPath) {
363 fprintf(stdout, "%s\n", matchingSplitPaths[i].string());

Completed in 37 milliseconds