Lines Matching full:pathname
1691 String8 pathName(srcDir);
1694 pathName.appendPath(fileNames[i].string());
1695 type = getFileType(pathName.string());
1705 ssize_t res = subdir->slurpFullTree(bundle, pathName, kind,
1715 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
1725 printf(" (ignoring non-file/dir '%s')\n", pathName.string());