Searched refs:file (Results 1 - 25 of 9296) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A DKconfig2 # YAFFS file system configurations
6 tristate "YAFFS2 file system support"
15 To compile the YAFFS2 file system support as a module, choose M here:
67 Without this, you need to explicitely use yaffs2 as the file
78 "Lazy loading" defers loading file details until they are
H A Dyaffs_fs.c2 * YAFFS: Yet another FFS. A NAND-flash specific file system.
14 * This is the file system front-end to YAFFS that hooks it up to
103 static ssize_t yaffs_file_write(struct file *f, const char *buf, size_t n,
107 static int yaffs_file_flush(struct file *file, fl_owner_t id);
109 static int yaffs_file_flush(struct file *file);
112 static int yaffs_sync_object(struct file *file, struct dentry *dentry,
115 static int yaffs_readdir(struct file *
453 yaffs_file_flush(struct file *file, fl_owner_t id) argument
1172 yaffs_sync_object(struct file *file, struct dentry *dentry, int datasync) argument
[all...]
/external/zlib/src/as400/
H A Dzlib.inc158 D file value like(gzFile) File pointer
162 D file value like(gzFile) File pointer
167 D file value like(gzFile) File pointer
172 D file value like(gzFile) File pointer
177 D file value like(gzFile) File pointer
181 D file value like(gzFile) File pointer
186 D file value like(gzFile) File pointer
190 D file value like(gzFile) File pointer
193 D file value like(gzFile) File pointer
197 D file valu
[all...]
/external/zlib/src/contrib/asm686/
H A Dmatch.S79 .file "match.S"
/external/zlib/src/contrib/inflate86/
H A Dinffast.S51 * structure offsets which are hard coded in this file. This was last tested
82 .file "inffast.S"
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp5 file(NULL),
51 if ( (file = gzopen(name, char_mode)) == NULL )
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
107 gzclose( file );
108 file = NULL;
118 return gzsetparams(file, comp_level, -2);
124 return gzsetparams(file, -2, comp_strategy);
137 // If the file hasn't been opened for reading, error.
226 if ( gzwrite( file, q, n) < n )
244 int t = gzread( file,
[all...]
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); }
35 gzFile file; member in class:gzfilebuf
/external/zlib/src/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
59 /* Opens a gzip (.gz) file for reading.
60 * open() can be used to read a file which is not in gzip format;
61 * in this case read() will directly read from the file without
76 /* Flushes all pending input if necessary, closes the compressed file
85 /* Binary read the given number of bytes from the compressed file.
92 * given compressed file. errnum is set to zlib error number. If an
93 * error occurred in the file syste
[all...]
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
32 // Sync output buffer and close only if responsible for file
46 return gzsetparams(file, comp_level, comp_strategy);
49 // Open gzipped file
54 // Fail if file already open
66 // Attempt to open file
67 if ((file = gzopen(name, char_mode)) == NULL)
77 // Attach to gzipped file
82 // Fail if file already open
94 // Attempt to attach to file
[all...]
H A Dzfstream.h20 * @brief Gzipped file stream buffer class.
25 * file streambuf.
53 * @brief Check if file is open.
54 * @return True if file is open.
57 is_open() const { return (file != NULL); }
60 * @brief Open gzipped file.
70 * @brief Attach to already open gzipped file.
80 * @brief Close gzipped file.
100 * These characters can be read without accessing the gzipped file.
106 * @brief Fill get area from gzipped file
186 gzFile file; member in class:gzfilebuf
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm38 ; to compile this file for infozip Zip, I use option:
41 ; to compile this file for zLib, I use option:
47 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
H A Dinffasx64.asm8 ; to compile this file, I use option
13 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm15 ; this file contain two implementation of longest_match
22 ; compile the asm file running
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
/external/zlib/src/contrib/minizip/
H A Dioapi.c97 FILE* file = NULL; local
109 file = fopen(filename, mode_fopen);
110 return file;
115 FILE* file = NULL; local
127 file = FOPEN_FUNC((const char*)filename, mode_fopen);
128 return file;
H A Dmztools.c30 extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered)
31 const char* file;
38 FILE* fpZip = fopen(file, "rb");
62 unsigned int fnsize = READ_16(header + 26); /* file name length */
254 /* Final merge (file + central directory) */
275 /* Wipe temporary file */
H A Dmztools.h20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,
H A Dunzip.c23 See the accompanying file LICENSE, version 2000-Apr-09 or later
36 Roger Schlafly, described by Phil Katz in the file appnote.txt. This
37 file (appnote.txt) is distributed with the PKZIP program (even in the
125 /* unz_file_info_interntal contain internal info about a file in zipfile*/
132 /* file_in_zip_read_info_s contain internal information about a file in zipfile,
172 ZPOS64_T num_file; /* number of the current file in the zipfile*/
173 ZPOS64_T pos_in_central_dir; /* pos of the current file in the central dir*/
174 ZPOS64_T current_file_ok; /* flag about the usability of the current file*/
181 unz_file_info64 cur_file_info; /* public info about the current file in zip*/
184 file i
808 unzClose(unzFile file) argument
828 unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) argument
838 unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) argument
879 unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_info, unz_file_info64_internal *pfile_info_internal, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize) argument
1124 unzGetCurrentFileInfo64(unzFile file, unz_file_info64 * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1136 unzGetCurrentFileInfo(unzFile file, unz_file_info * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1178 unzGoToFirstFile(unzFile file) argument
1199 unzGoToNextFile(unzFile file) argument
1232 unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) argument
1308 unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) argument
1324 unzGetFilePos( unzFile file, unz_file_pos* file_pos) argument
1338 unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) argument
1360 unzGoToFilePos( unzFile file, unz_file_pos* file_pos) argument
1472 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) argument
1641 unzOpenCurrentFile(unzFile file) argument
1646 unzOpenCurrentFilePassword(unzFile file, const char* password) argument
1651 unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) argument
1658 unzGetCurrentFileZStreamPos64( unzFile file) argument
1684 unzReadCurrentFile(unzFile file, voidp buf, unsigned len) argument
1889 unztell(unzFile file) argument
1904 unztell64(unzFile file) argument
1924 unzeof(unzFile file) argument
1956 unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) argument
2004 unzCloseCurrentFile(unzFile file) argument
2051 unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) argument
2079 unzGetOffset64(unzFile file) argument
2094 unzGetOffset(unzFile file) argument
2104 unzSetOffset64(unzFile file, ZPOS64_T pos) argument
2122 unzSetOffset(unzFile file, uLong pos) argument
[all...]
H A Dunzip.h110 /* unz_file_info contain information about a file in the zipfile */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
123 uLong size_file_comment; /* file comment length 2 bytes */
126 uLong internal_fa; /* internal file attributes 2 bytes */
127 uLong external_fa; /* external file attributes 4 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
144 uLong size_file_comment; /* file comment length 2 bytes */
147 uLong internal_fa; /* internal file attributes 2 bytes */
148 uLong external_fa; /* external file attributes 4 bytes */
169 Open a Zip file
[all...]
H A Dzip.c14 Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
142 char* central_header; /* central header data for the current file */
144 uLong size_centralheader; /* size of the central header for cur file */
146 uLong flag; /* flag of the file currently writing */
148 int method; /* compression method of file currenty wr.*/
170 int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/
171 curfile64_info ci; /* info on the file curretly writing */
282 Inputs a long in LSB order to the given file
890 /* now we add file i
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
1402 zipWriteInFileInZip(zipFile file,const void* buf,unsigned int len) argument
1509 zipCloseFileInZipRaw(zipFile file, uLong uncompressed_size, uLong crc32) argument
1514 zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_size, uLong crc32) argument
1750 zipCloseFileInZip(zipFile file) argument
1882 zipClose(zipFile file, const char* global_comment) argument
[all...]
H A Dzip.h105 uLong internal_fa; /* internal file attributes 2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
122 if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip
123 will be created at the end of the file.
124 (useful if the file contain a self extractor code)
125 if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will
126 add files in existing zip (be sure you don't add file that doesn't exist)
133 If you want delete file into a zipfile, you must open a zipfile, and create another
134 Of couse, you can use RAW reading and writing to copy the file you did not want delte
147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
[all...]
/external/zlib/src/contrib/pascal/
H A Dexample.pas82 procedure test_gzio(const fname: PChar; (* compressed file name *)
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
/external/zlib/src/contrib/puff/
H A Dpufftest.c10 Usage: puff [-w] [-f] [-nnn] file
13 where file is the input file with deflate data, nnn is the number of bytes
26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
28 # define SET_BINARY_MODE(file)
54 /* Read the input file *name, or stdin if name is NULL, into allocated memory.
55 Reallocate to larger buffers until the entire file is read in. Return a
57 failure. *len is the number of bytes of data read from the input file (even
58 if load() returns NULL). If the input file wa
[all...]
/external/zlib/src/examples/
H A Dgzappend.c1 /* gzappend -- command to append to a gzip file
36 * - Simplfy and unify file operations
37 * - Finish off gzip file in gztack()
39 * - Keep gzip file clean on appended file read errors
47 gzappend takes a gzip file and appends to it, compressing files from the
48 command line or data from stdin. The gzip file is written to directly, to
49 avoid copying that file, in case it's large. Note that this results in the
50 unfriendly behavior that if gzappend fails, the gzip file is corrupted.
60 gzappend first decompresses the gzip file internall
177 } file; typedef in typeref:struct:__anon34352
[all...]
H A Dzpipe.c23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
25 # define SET_BINARY_MODE(file)
30 /* Compress from file source to file dest until EOF on source.
52 /* compress until end of file */
77 /* done when last data in file processed */
86 /* Decompress from file source to file dest until stream ends or EOF.
110 /* decompress until deflate stream ends or end of file */
[all...]

Completed in 959 milliseconds

1234567891011>>