HomeSort by relevance Sort by last modified time
    Searched refs:zpath (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
makevms.com 10 $ zpath = ""
13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
19 $ if zpath .eqs. ""
33 $ ccopt="/include=(''zpath',''pngpath')"
58 $ write lopt "''zpath'libz.olb/lib"
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileTest.java 70 File zpath = new File(temporaryDir, "a"); local
71 try (ZFile zf = new ZFile(zpath)) {
72 assertEquals(zpath, zf.getFile());
    [all...]

Completed in 232 milliseconds