Searched refs:emptyPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DOSPathTest.cpp82 SkString emptyPath = SkOSPath::SkPathJoin(NULL, NULL); local
83 REPORTER_ASSERT(reporter, emptyPath.size() == 1);
84 REPORTER_ASSERT(reporter, emptyPath.contains(SkPATH_SEPARATOR));
/external/skia/tests/
H A DOSPathTest.cpp82 SkString emptyPath = SkOSPath::SkPathJoin(NULL, NULL); local
83 REPORTER_ASSERT(reporter, emptyPath.size() == 1);
84 REPORTER_ASSERT(reporter, emptyPath.contains(SkPATH_SEPARATOR));

Completed in 105 milliseconds