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

  /external/libpng/contrib/pngminus/
makefile.std 18 #ZPATH = /usr/local
19 #ZINC = -I$(ZPATH)/include
20 #ZLIB = -L$(ZPATH)/lib -lz
21 #ZLIBS = $(ZPATH)/lib/libz.a
  /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"
Makefile.w32 24 # (as indicated by the PNGPATH and ZPATH macros below). Edit as appropriate.
41 ZPATH = ../zlib
42 ZINC = -I$(ZPATH)
43 #ZLIB = $(ZPATH)/zlibdll.lib
44 ZLIB = $(ZPATH)/zlibstat.lib
README 117 Copy Makefile.w32 to Makefile and edit the PNGPATH and ZPATH variables
146 Edit makevms.com appropriately, specifically the zpath and pngpath
  /external/sqlite/dist/
Android.patch 49 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", ((unixFile*)id)->zPath);
58 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", pFile->zPath);
67 + rc = unixLogError(SQLITE_IOERR_FSTAT, "fstat", pDbFd->zPath);
shell.c     [all...]
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
sqlite3.h     [all...]
  /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 764 milliseconds