Searched refs:readFile (Results 1 – 2 of 2) sorted by relevance
136 assertEquals(readFile(staged.toPath()), expectedConfig); in testSaveConfig_WriteStagedFile()566 private String readFile(Path path) throws Exception { in readFile() method in CarUxRestrictionsManagerServiceTest
78 static byte[] readFile(File file) { in readFile() method in Util