Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/util/
H A DFiles.h43 constexpr const char sInvariantDirSep = '/'; variable
H A DFiles.cpp157 if (*c == sDirSep || *c == sInvariantDirSep) { in GetFilename()