Home
last modified time | relevance | path

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

/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java137 String newContent = readAndCheckFile(absolutePath, readCommand, pattern); in testFile() local
138 if (!newContent.equals(content)) { in testFile()