Home
last modified time | relevance | path

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

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