Searched defs:skpDir (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DSkpSkGrTest.cpp221 SkString skpDir = make_filepath(0, outSkpDir, ""); local
222 if (!sk_exists(skpDir.c_str())) {
223 if (!sk_mkdir(skpDir.c_str())) {
224 SkDebugf("could not create dir %s\n", skpDir.c_str());
/external/skia/tests/
H A DSkpSkGrTest.cpp223 SkString skpDir = make_filepath(0, outSkpDir, ""); local
224 if (!sk_exists(skpDir.c_str())) {
225 if (!sk_mkdir(skpDir.c_str())) {
226 SkDebugf("could not create dir %s\n", skpDir.c_str());

Completed in 133 milliseconds