Home
last modified time | relevance | path

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

/napi_generator/src/intellij_plugin/ohosgen/src/test/java/utils/
DFileUtilsTest.java82 void readText() { in readText() method in FileUtilsTest
/napi_generator/src/intellij_plugin/ohosgen/src/main/java/utils/
DFileUtils.java134 public static List<String> readText(String filePath) { in readText() method in FileUtils