Home
last modified time | relevance | path

Searched refs:SkPATH_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DOSPathTest.cpp25 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()
/external/skia/src/utils/
DSkOSFile.cpp11 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()
/external/skia/include/core/
DSkOSFile.h25 const static char SkPATH_SEPARATOR = '\\'; variable
27 const static char SkPATH_SEPARATOR = '/'; variable
/external/skia/samplecode/
DSamplePdfFileViewer.cpp67 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR); in onQuery()
DSamplePictFile.cpp76 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR); in onQuery()
/external/skia/tools/
Dskdiff_main.cpp44 const char* trimmed = strrchr(src, SkPATH_SEPARATOR); in add_unique_basename()