Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp72 for (const auto& allowlist_path : kPathAllowlist) { in IsAllowed() local
73 if (path == allowlist_path) return true; in IsAllowed()
77 for (const auto& allowlist_path : allowlist_) { in IsAllowed() local
78 if (path == allowlist_path) return true; in IsAllowed()