Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java273 final String filecontents = "these are the file contents"; in testConstructor_createCache() local
275 FileUtil.writeToFile(filecontents, file1); in testConstructor_createCache()
282 FileUtil.writeToFile(filecontents, nestedFile); in testConstructor_createCache()
299 final String filecontents = "these are the file contents"; in testConstructor_cacheExceeded() local
301 FileUtil.writeToFile(filecontents, file1); in testConstructor_cacheExceeded()
306 FileUtil.writeToFile(filecontents, file2); in testConstructor_cacheExceeded()