Searched refs:SkPATH_SEPARATOR (Results 1 – 6 of 6) sorted by relevance
25 SkASSERT(!filename.contains(SkPATH_SEPARATOR)); in test_dir_with_file()35 if (!dir.endsWith(SkPATH_SEPARATOR) && !dir.isEmpty()) { in test_dir_with_file()49 while (strippedDir.size() > 2 && strippedDir[strippedDir.size() - 1] == SkPATH_SEPARATOR) { in test_dir_with_file()58 REPORTER_ASSERT(reporter, !basename.contains(SkPATH_SEPARATOR)); in test_dir_with_file()71 dir.appendUnichar(SkPATH_SEPARATOR); in DEF_TEST()85 dir.appendUnichar(SkPATH_SEPARATOR); in DEF_TEST()94 dir.printf("%c", SkPATH_SEPARATOR); in DEF_TEST()
11 if (!result.endsWith(SkPATH_SEPARATOR) && !result.isEmpty()) { in Join()12 result.appendUnichar(SkPATH_SEPARATOR); in Join()22 const char* filename = strrchr(fullPath, SkPATH_SEPARATOR); in Basename()35 const char* end = strrchr(fullPath, SkPATH_SEPARATOR); in Dirname()40 SkASSERT(fullPath[0] == SkPATH_SEPARATOR); in Dirname()
25 const static char SkPATH_SEPARATOR = '\\'; variable27 const static char SkPATH_SEPARATOR = '/'; variable
67 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR); in onQuery()
76 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR); in onQuery()
44 const char* trimmed = strrchr(src, SkPATH_SEPARATOR); in add_unique_basename()