Searched refs:pub (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.h371 void setPublic(bool pub) { mPublic = pub; } argument
512 void writePublicDefinitions(const String16& package, FILE* fp, bool pub);
H A DResource.cpp1595 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; local
1612 pub ? assets->getPackage().string()
1625 if (pub) {
H A DResourceTable.cpp2960 void ResourceTable::writePublicDefinitions(const String16& package, FILE* fp, bool pub) argument
2982 if (c->getPublic() != pub) {
2991 if (pub) {
3000 if (!pub) {

Completed in 56 milliseconds