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

  /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/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/jpeg/
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
  /external/qemu/distrib/jpeg-6b/
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
  /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/
save_package.cc 482 FilePath temp_file; local
483 file_util::CreateTemporaryFile(&temp_file);
484 file_name = temp_file.RemoveExtension().BaseName().value();
    [all...]
  /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...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 6148 FilePath temp_file; local
6203 FilePath temp_file; local
    [all...]
  /external/netperf/
netlib.c 1534 char *temp_file; local
    [all...]

Completed in 272 milliseconds