Lines Matching refs:SEPARATOR
18 * end with SkOSPath::SEPARATOR.
20 * contain SkOSPath::SEPARATOR.
24 // If filename contains SkOSPath::SEPARATOR, the tests will fail.
25 SkASSERT(!filename.contains(SkOSPath::SEPARATOR));
29 // fullName should be "dir<SkOSPath::SEPARATOR>file"
35 if (!dir.endsWith(SkOSPath::SEPARATOR) && !dir.isEmpty()) {
49 while (strippedDir.size() > 2 && strippedDir[strippedDir.size() - 1] == SkOSPath::SEPARATOR) {
58 REPORTER_ASSERT(reporter, !basename.contains(SkOSPath::SEPARATOR));
71 dir.appendUnichar(SkOSPath::SEPARATOR);
85 dir.appendUnichar(SkOSPath::SEPARATOR);
94 dir.printf("%c", SkOSPath::SEPARATOR);