Home
last modified time | relevance | path

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

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