Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DStreamUtil.java336 public static String calculateBase64Md5(InputStream inputSource) throws IOException { in calculateBase64Md5() method in StreamUtil
DFileUtil.java1044 public static String calculateBase64Md5(File file) throws IOException { in calculateBase64Md5() method in FileUtil