Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DFiles.cpp127 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()
DFiles.h37 constexpr const char sDirSep = '\\'; variable
40 constexpr const char sDirSep = '/';
DFiles_test.cpp41 builder << "hello" << sDirSep << "there"; in SetUp()
/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp73 s << basePath << aapt::file::sDirSep << "report_aapt2_" << getpid() << ".json"; in Flush()
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp138 return file::sDirSep; in GetDirSeparator()
/frameworks/base/tools/aapt2/test/
DFixture.cpp88 auto pos = std::find(path.rbegin(), path.rend(), file::sDirSep); in WriteFile()