Searched refs:tmp_file (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/base/files/
H A Dimportant_file_writer.cc67 PlatformFile tmp_file = local
69 if (tmp_file == kInvalidPlatformFileValue) {
77 tmp_file, 0, data.data(), static_cast<int>(data.length()));
78 FlushPlatformFile(tmp_file); // Ignore return value.
80 if (!ClosePlatformFile(tmp_file)) {
/external/chromium_org/v8/tools/
H A Dandroid-run.py81 tmp_file = open(fname, "w")
82 tmp_file.write(data)
83 tmp_file.close()
H A Dnacl-run.py76 tmp_file = open(fname, "w")
77 tmp_file.write(data)
78 tmp_file.close()
/external/chromium/chrome/common/
H A Dimportant_file_writer.cc39 FILE* tmp_file = file_util::CreateAndOpenTemporaryFileInDir( local
41 if (!tmp_file) {
46 size_t bytes_written = fwrite(data_.data(), 1, data_.length(), tmp_file);
47 if (!file_util::CloseFile(tmp_file)) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_onefile.c116 typedef struct tmp_file tmp_file; typedef in typeref:struct:tmp_file
117 struct tmp_file { struct
145 ** Method declarations for tmp_file.
258 tmp_file *pTmp = (tmp_file *)pFile;
272 tmp_file *pTmp = (tmp_file *)pFile;
289 tmp_file *pTmp = (tmp_file *)pFil
[all...]
/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh285 local tmp_file=$TMP_DIR/$name
289 local new=$(stat -c%s $tmp_file)
297 mv "$tmp_file" "$file"
305 rm $tmp_file
/external/valgrind/main/massif/
H A Dms_print.in55 my $tmp_file = "ms_print.tmp.$$";
390 # Print snapshot list header to $tmp_file.
392 open(TMPFILE, "> $tmp_file")
393 || die "Cannot open $tmp_file for reading\n";
423 # Print the snapshot data to $tmp_file.
442 # snapshot list header to $tmp_file.
651 # Print snapshots, from $tmp_file.
653 open(TMPFILE, "< $tmp_file")
654 || die "Cannot open $tmp_file for reading\n";
659 unlink($tmp_file);
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc119 FILE* tmp_file = CreateAndOpenTemporaryFile(&out); local
120 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
122 EXPECT_TRUE(CloseFile(tmp_file));
130 FILE* tmp_file = CreateAndOpenTemporaryFileInDir(exe_dir, local
133 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
136 EXPECT_TRUE(CloseFile(tmp_file));
H A Dgoogle_authenticator_unittest.cc96 FILE* tmp_file = CreateAndOpenTemporaryFile(&out); local
97 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
99 EXPECT_TRUE(CloseFile(tmp_file));
107 FILE* tmp_file = CreateAndOpenTemporaryFileInDir(exe_dir, local
110 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
113 EXPECT_TRUE(CloseFile(tmp_file));
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py340 self.tmp_file = os.fdopen(tmp_fd, 'wb')
347 # Delegate everything else to self.tmp_file
348 return getattr(self.tmp_file, attrname)
353 self.tmp_file.close()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation_unittest.cc117 const base::FilePath tmp_file = local
119 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(tmp_file, content));
127 "<id>", "<md5>", tmp_file,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc98 FILE* tmp_file = base::CreateAndOpenTemporaryFile(&out); local
99 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
101 EXPECT_TRUE(base::CloseFile(tmp_file));
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 556 milliseconds