Home
last modified time | relevance | path

Searched refs:kAllowList (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor_test.cpp63 ASSERT_FALSE(executor.Execute(XmlActionExecutorPolicy::kAllowList, &diag, doc.get())); in TEST()
66 ASSERT_FALSE(executor.Execute(XmlActionExecutorPolicy::kAllowList, &diag, doc.get())); in TEST()
H A DXmlActionExecutor.cpp110 if (policy == XmlActionExecutorPolicy::kAllowList) { in Execute()
125 if (policy == XmlActionExecutorPolicy::kAllowList) { in Execute()
H A DXmlActionExecutor.h39 kAllowList, enumerator
/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp775 : xml::XmlActionExecutorPolicy::kAllowList; in Consume()