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

  /external/jpeg/
jmemansi.c 101 if (fseek(info->temp_file, file_offset, SEEK_SET))
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
125 fclose(info->temp_file);
144 if ((info->temp_file = tmpfile()) == NULL)
jmem-android.c 103 if (fseek(info->temp_file, file_offset, SEEK_SET))
105 if (JFREAD(info->temp_file, buffer_address, byte_count)
116 if (fseek(info->temp_file, file_offset, SEEK_SET))
118 if (JFWRITE(info->temp_file, buffer_address, byte_count)
127 fclose(info->temp_file);
163 if ((info->temp_file = getTempFile()) == NULL)
jmemmac.c 161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
164 retVal = FSRead ( info->temp_file, &bytes,
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
182 retVal = FSWrite ( info->temp_file, &bytes,
192 FSClose ( info->temp_file );
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
jmemname.c 208 if (fseek(info->temp_file, file_offset, SEEK_SET))
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
232 fclose(info->temp_file); /* close the file */
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
jmemsys.h 160 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
165 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
170 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
jmem-ashmem.c 117 close(info->temp_file);
135 info->temp_file = fd;
  /external/chromium/base/
file_util_win.cc 443 FilePath temp_file; local
448 if (CreateTemporaryFileInDir(*path, &temp_file)) {
449 *path = temp_file;
475 FilePath* temp_file) {
491 *temp_file = FilePath(temp_file_str);
file_util_posix.cc 407 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) {
408 int fd = CreateAndOpenFdForTemporaryFile(dir, temp_file);
file_util.h 290 FilePath* temp_file);
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 993 char *temp_file; local
999 temp_file = NULL;
1013 fd = handle_overwrite_open (filename, etag, create_backup, &temp_file,
1051 stream->priv->tmp_filename = temp_file;
  /external/netperf/
netlib.c 1534 char *temp_file; local
    [all...]

Completed in 928 milliseconds