Home | History | Annotate | Download | only in aapt

Lines Matching refs:rootStr

2011         const String8 rootStr(root);
2014 ssize_t i = dir->getFiles().indexOfKey(rootStr);
2018 group = new AaptGroup(rootStr, filePath);
2019 status_t res = dir->addFile(rootStr, group);
2032 ssize_t i = dir->getDirs().indexOfKey(rootStr);
2036 sp<AaptDir> subdir = new AaptDir(rootStr, partialPath);
2037 status_t res = dir->addDir(rootStr, subdir);