Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DFiles.cpp180 const bool base_has_trailing_sep = (!base->empty() && *(base->end() - 1) == sDirSep); in AppendPath() local
182 if (base_has_trailing_sep && part_has_leading_sep) { in AppendPath()
185 } else if (!base_has_trailing_sep && !part_has_leading_sep) { in AppendPath()