Home
last modified time | relevance | path

Searched refs:zOut (Results 1 – 12 of 12) sorted by relevance

/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DAntJarProcessor.java59 protected void zipDir(File dir, ZipOutputStream zOut, String vPath, int mode) in zipDir() argument
63 protected void zipFile(InputStream is, ZipOutputStream zOut, String vPath, in zipFile() argument
74 addParentDirs(struct.name, zOut); in zipFile()
77 zOut, struct.name, struct.time, fromArchive, mode); in zipFile()
81 private void addParentDirs(String file, ZipOutputStream zOut) throws IOException { in addParentDirs() argument
86 addParentDirs(dir, zOut); in addParentDirs()
87 super.zipDir((File) null, zOut, dir + "/", ZipFileSet.DEFAULT_DIR_MODE, JAR_MARKER); in addParentDirs() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSProcessableByteArray.java40 public void write(OutputStream zOut) in write() argument
43 zOut.write(bytes); in write()
DCMSAbsentContent.java34 public void write(OutputStream zOut) in write() argument
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dmakefile67 $O\7zOut.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile91 $O\7zOut.obj \
DAlone.dsp912 SOURCE=..\..\Archive\7z\7zOut.cpp
916 SOURCE=..\..\Archive\7z\7zOut.h
/external/sqlite/dist/orig/
Dsqlite3.c2330 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2335 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
26054 char *zOut; /* Rendering buffer */
26259 zOut = buf;
26262 zOut = zExtra = sqlite3Malloc( n );
26263 if( zOut==0 ){
26269 bufpt = &zOut[nOut-1];
26287 length = (int)(&zOut[nOut-1]-bufpt);
26313 length = (int)(&zOut[nOut-1]-bufpt);
26393 zOut = bufpt;
[all …]
Dsqlite3.h1306 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1311 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
Dshell.c3516 static int apndFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut);
3521 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut);
3883 char *zOut in apndFullPathname() argument
3885 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
/external/sqlite/dist/
Dsqlite3.c2330 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2335 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
26054 char *zOut; /* Rendering buffer */
26259 zOut = buf;
26262 zOut = zExtra = sqlite3Malloc( n );
26263 if( zOut==0 ){
26269 bufpt = &zOut[nOut-1];
26287 length = (int)(&zOut[nOut-1]-bufpt);
26313 length = (int)(&zOut[nOut-1]-bufpt);
26393 zOut = bufpt;
[all …]
Dsqlite3.h1306 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1311 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
Dshell.c3522 static int apndFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut);
3527 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut);
3889 char *zOut in apndFullPathname() argument
3891 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()