Searched refs:sDirSep (Results 1 – 6 of 6) sorted by relevance
127 while ((current_pos = path.find(sDirSep, current_pos)) != std::string::npos) { in mkdirs()146 if (*current == sDirSep) { in GetStem()157 if (*c == sDirSep) { in GetFilename()180 const bool base_has_trailing_sep = (!base->empty() && *(base->end() - 1) == sDirSep); in AppendPath()181 const bool part_has_leading_sep = (!part.empty() && *(part.begin()) == sDirSep); in AppendPath()187 *base += sDirSep; in AppendPath()
37 constexpr const char sDirSep = '\\'; variable40 constexpr const char sDirSep = '/';
41 builder << "hello" << sDirSep << "there"; in SetUp()
73 s << basePath << aapt::file::sDirSep << "report_aapt2_" << getpid() << ".json"; in Flush()
138 return file::sDirSep; in GetDirSeparator()
88 auto pos = std::find(path.rbegin(), path.rend(), file::sDirSep); in WriteFile()