Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java247 public static void addToZip(ZipOutputStream out, File file, List<String> relativePathSegs) in addToZip()
340 private static String buildPath(List<String> relativePathSegs) { in buildPath()