Searched refs:printableName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp1322 static bool read_png_protected(png_structp read_ptr, String8& printableName, png_infop read_info, argument
1330 read_png(printableName.string(), read_ptr, read_info, imageInfo);
1336 if (do_9patch(printableName.string(), imageInfo) != NO_ERROR) {
1345 static bool write_png_protected(png_structp write_ptr, String8& printableName, png_infop write_info, argument
1351 write_png(printableName.string(), write_ptr, write_info, *imageInfo, bundle);
1370 String8 printableName(file->getPrintableSource());
1373 printf("Processing image: %s\n", printableName.string());
1389 fprintf(stderr, "%s: ERROR: Unable to open PNG file\n", printableName.string());
1404 if (!read_png_protected(read_ptr, printableName, read_info, file, fp, &imageInfo)) {
1424 if (!write_png_protected(write_ptr, printableName, write_inf
[all...]

Completed in 107 milliseconds