Searched refs:jsonPath (Results 1 – 4 of 4) sorted by relevance
133 private void parseEncoderConfigurationFile(String jsonPath) throws JSONException, IOException { in parseEncoderConfigurationFile() argument134 Preconditions.assertTestFileExists(jsonPath); in parseEncoderConfigurationFile()136 new String(Files.readAllBytes(Paths.get(jsonPath)), StandardCharsets.UTF_8); in parseEncoderConfigurationFile()
232 String jsonPath = sHostWorkDir.getPath() + "/json/" + mJsonName; in testEncoding() local234 new String(Files.readAllBytes(Paths.get(jsonPath)), StandardCharsets.UTF_8); in testEncoding()
407 String jsonPath = sHostWorkDir.getPath() + "/json/" + mJsonName; in testEncoding() local409 new String(Files.readAllBytes(Paths.get(jsonPath)), StandardCharsets.UTF_8); in testEncoding()