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

/frameworks/base/tools/aapt2/util/
H A DFiles_test.cpp30 builder << "hello" << sDirSep << "there"; variable
H A DFiles.h36 constexpr const char sDirSep = '\\'; member in namespace:aapt::file
38 constexpr const char sDirSep = '/';
H A DFiles.cpp87 if (*current == sDirSep && current != start) {
102 if (*current == sDirSep) {
113 if (*c == sDirSep) {
133 (!base->empty() && *(base->end() - 1) == sDirSep);
135 (!part.empty() && *(part.begin()) == sDirSep);
141 *base += sDirSep;
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp75 std::vector<std::string> parts = util::Split(path, file::sDirSep);

Completed in 1909 milliseconds