Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dselinux.cpp318 for (const char* debug_policy : debug_policy_candidates) { in GetUserdebugPlatformPolicyFile() local
319 if (access(debug_policy, F_OK) == 0) { in GetUserdebugPlatformPolicyFile()
320 return debug_policy; in GetUserdebugPlatformPolicyFile()