Searched refs:snoopFile (Results 1 – 1 of 1) sorted by relevance
360 File snoopFile = new File(BT_SNOOP_LOG_LOCATION); in grabBtSnoopLog() local361 if (!snoopFile.exists()) { in grabBtSnoopLog()365 try (FileInputStream input = new FileInputStream(snoopFile); in grabBtSnoopLog()