Home | History | Annotate | Download | only in aapt

Lines Matching refs:getPublicOutputFile

1216         if (bundle->getPublicOutputFile()) {
1217 FILE* fp = fopen(bundle->getPublicOutputFile(), "w+");
1220 (const char*)bundle->getPublicOutputFile(), strerror(errno));
1224 printf(" Writing public definitions to %s.\n", bundle->getPublicOutputFile());