Lines Matching refs:String8
71 void generate(const KeyedVector<String8, Vector<SplitDescription> >& splits, const String8& base) {
122 static bool getAppInfo(const String8& path, AppInfo& outInfo) {
185 String8 minSdk8(xml.getStrings().string8ObjectAt(idx));
205 static Vector<SplitDescription> extractSplitDescriptionsFromApk(const String8& path) {
229 Vector<String8> parts = AaptUtil::splitAndLowerCase(dir->getFileName(i), '-');
246 String8 targetConfigStr;
247 Vector<String8> splitApkPaths;
248 String8 baseApkPath;
250 const String8 arg(*argv);
268 splitApkPaths.add(String8(*argv));
332 KeyedVector<String8, Vector<SplitDescription> > apkPathSplitMap;
333 KeyedVector<SplitDescription, String8> splitApkPathMap;
355 SortedVector<String8> matchingSplitPaths;