Searched defs:onlyEmptyResources (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp607 bool onlyEmptyResources = true; local
675 onlyEmptyResources = false;
690 return onlyEmptyResources;
719 bool onlyEmptyResources = true; local
723 onlyEmptyResources = onlyEmptyResources && empty;
726 if (required && onlyEmptyResources) {

Completed in 101 milliseconds