Home
last modified time | relevance | path

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

/napi_generator/src/intellij_plugin/ohosgen/src/test/java/utils/
DFileUtilsTest.java74 void appendText() { in appendText() method in FileUtilsTest
/napi_generator/src/intellij_plugin/ohosgen/src/main/java/utils/
DFileUtils.java119 public static void appendText(String filePath, String content) { in appendText() method in FileUtils