Home | History | Annotate | Download | only in aapt

Lines Matching defs:strFile

2915         sp<AaptFile> strFile = p->getTypeStringsData();
2916 ssize_t amt = data->writeData(strFile->getData(), strFile->getSize());
2925 strFile = p->getKeyStringsData();
2926 amt = data->writeData(strFile->getData(), strFile->getSize());