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
39 constexpr const char sDirSep = '/';
H A DFiles.cpp109 while ((current_pos = path.find(sDirSep, current_pos)) != std::string::npos) {
124 if (*current == sDirSep) {
135 if (*c == sDirSep) {
154 const bool base_has_trailing_sep = (!base->empty() && *(base->end() - 1) == sDirSep);
155 const bool part_has_leading_sep = (!part.empty() && *(part.begin()) == sDirSep);
161 *base += sDirSep;
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp75 std::vector<std::string> parts = util::Split(path, file::sDirSep);

Completed in 7554 milliseconds