Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/split-select/
H A DMain.cpp359 SortedVector<String8> matchingSplitPaths; in main() local
361 matchingSplitPaths.add(splitApkPathMap.valueFor(matchingConfigs[i])); in main()
364 const size_t matchingSplitApkPathCount = matchingSplitPaths.size(); in main()
366 if (matchingSplitPaths[i] != baseApkPath) { in main()
367 fprintf(stdout, "%s\n", matchingSplitPaths[i].string()); in main()