Lines Matching defs:path
52 SkString path = SkOSPath::Join(tmpDir.c_str(), "aborted.pdf");
53 if (!SkFILEWStream(path.c_str()).isValid()) {
54 ERRORF(reporter, "unable to write to: %s", path.c_str());
60 SkFILEWStream stream(path.c_str());
70 FILE* file = fopen(path.c_str(), "r");
84 SkString path = SkOSPath::Join(tmpDir.c_str(), "file.pdf");
85 if (!SkFILEWStream(path.c_str()).isValid()) {
86 ERRORF(reporter, "unable to write to: %s", path.c_str());
91 SkFILEWStream stream(path.c_str());
100 FILE* file = fopen(path.c_str(), "r");