Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java364 String configPath = null; in testConfigDisableUsermodehelper() local
368 configPath = option; in testConfigDisableUsermodehelper()
372 int index = configPath.indexOf('='); in testConfigDisableUsermodehelper()
373 String path = configPath.substring(index+1).replace("\"", ""); in testConfigDisableUsermodehelper()
376 configPath.contains("..") == false); in testConfigDisableUsermodehelper()