Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dfd_utils.cpp68 for (const auto& allowlist_path : kPathAllowlist) { in IsAllowed() local
69 if (path == allowlist_path) return true; in IsAllowed()
73 for (const auto& allowlist_path : allowlist_) { in IsAllowed() local
74 if (path == allowlist_path) return true; in IsAllowed()