Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DNameMangler.h57 bool ShouldMangle(std::string_view package) const { in ShouldMangle() function
H A DResourceUtils.cpp722 if (mangler && mangler->ShouldMangle(res_file.name.package)) { in BuildResourceFileName()
/aosp14/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp94 if (mangler_->ShouldMangle(name_with_package->package)) { in FindByName()