Searched refs:sDirSep (Results 1 – 4 of 4) sorted by relevance
101 if (*current == sDirSep && current != start) { in mkdirs()116 if (*current == sDirSep) { in getStem()127 if (*c == sDirSep) { in getFilename()146 const bool baseHasTrailingSep = (!base->empty() && *(base->end() - 1) == sDirSep); in appendPath()147 const bool partHasLeadingSep = (!part.empty() && *(part.begin()) == sDirSep); in appendPath()153 *base += sDirSep; in appendPath()
36 constexpr const char sDirSep = '\\'; variable38 constexpr const char sDirSep = '/';
29 builder << "hello" << sDirSep << "there"; in SetUp()
63 std::vector<std::string> parts = util::split(path, file::sDirSep); in extractResourcePathData()