Home
last modified time | relevance | path

Searched refs:outFileStr (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp8 SkString outFileStr(dir); in replace() local
9 outFileStr.append(filename); in replace()
10 SkFILEStream opStreamIn(outFileStr.c_str()); in replace()
12 SkDebugf("%s couldn't find %s\n", fun, outFileStr.c_str()); in replace()
20 SkFILEWStream opStreamOut(outFileStr.c_str()); in replace()
22 SkDebugf("%s couldn't open for writing %s\n", fun, outFileStr.c_str()); in replace()
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str()); in replace()
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str()); in replace()
/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp8 SkString outFileStr(dir); in replace() local
9 outFileStr.append(filename); in replace()
10 SkFILEStream opStreamIn(outFileStr.c_str()); in replace()
12 SkDebugf("%s couldn't find %s\n", fun, outFileStr.c_str()); in replace()
20 SkFILEWStream opStreamOut(outFileStr.c_str()); in replace()
22 SkDebugf("%s couldn't open for writing %s\n", fun, outFileStr.c_str()); in replace()
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str()); in replace()
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str()); in replace()