Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp64 for (const auto& whitelist_path : kPathWhitelist) { in IsAllowed() local
65 if (path == whitelist_path) in IsAllowed()
70 for (const auto& whitelist_path : whitelist_) { in IsAllowed() local
71 if (path == whitelist_path) in IsAllowed()