Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java212 String lsGrep = mDevice.executeShellCommand(String.format("ls \"%s\"", filePath)); in doesFileExist() local
213 return lsGrep.trim().equals(filePath); in doesFileExist()