Home
last modified time | relevance | path

Searched refs:logPath (Results 1 – 1 of 1) sorted by relevance

/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DTracingControllerActivity.java102 final String logPath = getExternalFilesDir(null) + File.separator + "tc.json"; in onCreate()
103 FileOutputStream os = new VerifyingFileOutputStream(logPath, infoView, in onCreate()
128 VerifyingFileOutputStream(String logPath, TextView infoView, Button tracingButton) in VerifyingFileOutputStream() argument
130 super(logPath); in VerifyingFileOutputStream()
131 mLogPath = logPath; in VerifyingFileOutputStream()
151 private void verifyJSON(String logPath) throws IOException, JSONException { in verifyJSON() argument
153 FileInputStream fis = new FileInputStream(logPath); in verifyJSON()