Home
last modified time | relevance | path

Searched defs:append (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java513 public static void writeToFile(String inputString, File destFile, boolean append) in writeToFile()
536 InputStream input, File destFile, boolean append) throws IOException { in writeToFile()