HomeSort by relevance Sort by last modified time
    Searched defs:filestream (Results 1 - 4 of 4) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectPropertiesWorkingCopy.java 216 OutputStream filestream = toSave.getOutputStream(); local
217 filestream.write(baos.toByteArray());
218 filestream.flush();
  /external/zlib/src/contrib/minizip/
unzip.c 156 voidpf filestream; /* io structore of the zipfile */ member in struct:__anon17193
169 voidpf filestream; /* io structore of the zipfile */ member in struct:__anon17194
209 voidpf filestream,
212 local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi)
215 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,&c,1);
223 if (ZERROR64(*pzlib_filefunc_def,filestream))
236 voidpf filestream,
240 voidpf filestream,
247 err = unz64local_getByte(pzlib_filefunc_def,filestream,&i);
251 err = unz64local_getByte(pzlib_filefunc_def,filestream,&i)
    [all...]
zip.c 168 voidpf filestream; /* io structore of the zipfile */ member in struct:__anon17196
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte)
304 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
347 local int zip64local_getByte OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi));
349 local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def,voidpf filestream,int* pi)
352 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,&c,1);
360 if (ZERROR64(*pzlib_filefunc_def,filestream))
371 local int zip64local_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
373 local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 415 FileOutputStream filestream = new FileOutputStream(stage); local
416 BufferedOutputStream bufstream = new BufferedOutputStream(filestream);
    [all...]

Completed in 858 milliseconds