Home
last modified time | relevance | path

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

/tools/tradefederation/core/util_apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/
DContentProviderTest.java128 String fileContent = "some test content"; in testPullFile() local
132 FileUtil.writeToFile(fileContent, tmpFile); in testPullFile()
146 assertEquals(FileUtil.readStringFromFile(tmpPullFile), fileContent); // Verify content. in testPullFile() local
155 String fileContent = "some test content"; in testPullDir() local
162 FileUtil.writeToFile(fileContent, tmpFile); in testPullDir()
175 fileContent); // Verify content. in testPullDir() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java158 TestResult processResultsFileContent(String fileContent) { in processResultsFileContent() argument
162 Iterator<String> lineIterator = fileContent.lines().iterator(); in processResultsFileContent()