Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/filter/
H A DAbiFilter.h49 static constexpr const char* kLibPrefix = "lib/"; variable
H A DAbiFilter.cpp36 if (!util::StartsWith(path, kLibPrefix)) { in Keep()