Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DOSPathTest.cpp48 SkString strippedDir = dir; in test_dir_with_file() local
49 while (strippedDir.size() > 2 && strippedDir[strippedDir.size() - 1] == SkOSPath::SEPARATOR) { in test_dir_with_file()
50 strippedDir.remove(strippedDir.size() - 1, 1); in test_dir_with_file()
52 if (!dirname.equals(strippedDir)) { in test_dir_with_file()
53 SkDebugf("OOUCH %s %s %s\n", dir.c_str(), strippedDir.c_str(), dirname.c_str()); in test_dir_with_file()
55 REPORTER_ASSERT(reporter, dirname.equals(strippedDir)); in test_dir_with_file()

Completed in 1 milliseconds