Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DZipUtil.java67 public static void addToZip(ZipOutputStream out, File file, List<String> relativePathSegs) in addToZip()
103 private static String buildPath(List<String> relativePathSegs) { in buildPath()