Searched refs:sInvariantDirSep (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/util/ | ||
H A D | Files.h | 43 constexpr const char sInvariantDirSep = '/'; variable |
H A D | Files.cpp | 157 if (*c == sDirSep || *c == sInvariantDirSep) { in GetFilename() |