Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java356 final Set<String> ALLOWED_PATH_PREFIXES = new HashSet<String>(); in testConfigDisableUsermodehelper() local
357 ALLOWED_PATH_PREFIXES.add("/vendor/"); in testConfigDisableUsermodehelper()
358 ALLOWED_PATH_PREFIXES.add("/system/"); in testConfigDisableUsermodehelper()
359 ALLOWED_PATH_PREFIXES.add("/system_ext/"); in testConfigDisableUsermodehelper()
380 for (String allowedPath : ALLOWED_PATH_PREFIXES) { in testConfigDisableUsermodehelper()
392 String.join("', '", ALLOWED_PATH_PREFIXES) + "'"; in testConfigDisableUsermodehelper()