Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DFiles.cpp101 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()
DFiles.h36 constexpr const char sDirSep = '\\'; variable
38 constexpr const char sDirSep = '/';
DFiles_test.cpp29 builder << "hello" << sDirSep << "there"; in SetUp()
/frameworks/base/tools/aapt2/compile/
DCompile.cpp63 std::vector<std::string> parts = util::split(path, file::sDirSep); in extractResourcePathData()