Lines Matching full:c_str
97 failure.printf("Failed to decode %s", fCurrFile.c_str());
99 canvas->drawText(failure.c_str(), failure.size(), 0, height, paint);
104 SkString header(SkOSPath::Basename(fCurrFile.c_str()));
107 canvas->drawText(header.c_str(), header.size(), 0, height, paint);
112 canvas->drawText(header.c_str(), header.size(), 0, height, paint);
116 canvas->drawText(header.c_str(), header.size(), 0, height, paint);
155 fFileIter.reset(fResPath.c_str());
161 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str());
170 SkFILEStream stream(fCurrFile.c_str());