HomeSort by relevance Sort by last modified time
    Searched refs:temp_file (Results 1 - 24 of 24) 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/qemu/distrib/jpeg-6b/
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 116 close(info->temp_file);
134 info->temp_file = fd;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 33 const FilePath temp_file = local
35 file_util::Delete(temp_file, false);
63 const FilePath temp_file = local
67 EXPECT_FALSE(file_util::PathExists(temp_file));
71 EXPECT_TRUE(file_util::PathExists(temp_file));
78 EXPECT_TRUE(file_util::PathExists(temp_file));
83 EXPECT_FALSE(file_util::PathExists(temp_file));
  /external/webkit/Tools/Scripts/webkitpy/common/system/
zipfileset.py 42 temp_file = NetworkTransaction().run(lambda: urllib.urlretrieve(zip_url)[0])
43 return (temp_file, zipfile.ZipFile(temp_file))
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage_unittest.cc 30 FilePath temp_file; local
32 file_util::CreateTemporaryFileInDir(temp_dir_.path(), &temp_file));
33 local_state_.reset(PrefService::CreatePrefService(temp_file, NULL, NULL));
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 111 FilePath temp_file; local
113 &temp_file));
115 file_util::WriteFile(temp_file,
121 GURL first_url = net::FilePathToFileURL(temp_file);
  /external/chromium/base/
file_util_win.cc 564 FilePath temp_file; local
569 if (CreateTemporaryFileInDir(*path, &temp_file)) {
570 *path = temp_file;
598 FilePath* temp_file) {
616 *temp_file = FilePath(temp_file_str);
    [all...]
file_util.h 273 FilePath* temp_file);
file_util_posix.cc 444 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) {
446 int fd = CreateAndOpenFdForTemporaryFile(dir, 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/chromium/chrome/browser/download/
download_util.cc 199 bool CreateTemporaryFileForDownload(FilePath* temp_file) {
201 temp_file))
203 return file_util::CreateTemporaryFile(temp_file);
    [all...]
save_package.cc 482 FilePath temp_file; local
483 file_util::CreateTemporaryFile(&temp_file);
484 file_name = temp_file.RemoveExtension().BaseName().value();
    [all...]
  /external/netperf/
netlib.c 1534 char *temp_file; local
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 6148 FilePath temp_file; local
6203 FilePath temp_file; local
    [all...]

Completed in 713 milliseconds