Searched defs:skDir (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DSkpSkGrTest.cpp216 SkString skDir = make_filepath(0, outSkDir, ""); local
217 if (!sk_exists(skDir.c_str())) {
218 if (!sk_mkdir(skDir.c_str())) {
219 SkDebugf("could not create dir %s\n", skDir.c_str());
/external/chromium_org/third_party/skia/tests/
H A DSkpSkGrTest.cpp214 SkString skDir = make_filepath(0, outSkDir, ""); local
215 if (!sk_exists(skDir.c_str())) {
216 if (!sk_mkdir(skDir.c_str())) {
217 SkDebugf("could not create dir %s\n", skDir.c_str());

Completed in 166 milliseconds