Searched refs:ALLOWED_PATH_PREFIXES (Results 1 – 1 of 1) sorted by relevance
356 final Set<String> ALLOWED_PATH_PREFIXES = new HashSet<String>(); in testConfigDisableUsermodehelper() local357 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()