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

/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_org/base/files/
H A Dimportant_file_writer.cc62 File tmp_file(tmp_file_path, File::FLAG_OPEN | File::FLAG_WRITE);
63 if (!tmp_file.IsValid()) {
70 int bytes_written = tmp_file.Write(0, data.data(),
72 tmp_file.Flush(); // Ignore return value.
73 tmp_file.Close();
/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/third_party/closure_compiler/
H A Dchecker.py152 with tempfile.NamedTemporaryFile(mode="wt", delete=False) as tmp_file:
153 self._temp_files.append(tmp_file.name)
154 tmp_file.write(contents)
155 return tmp_file.name
/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh314 local tmp_file=$TMP_DIR/$name
319 if [ ! -e $tmp_file ] ; then
325 local new=$(stat -c%s $tmp_file)
332 cp "$tmp_file" "$file"
342 rm $tmp_file
/external/valgrind/main/massif/
H A Dms_print55 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...]
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_org/tools/gyp/pylib/gyp/
H A Dcommon.py341 self.tmp_file = os.fdopen(tmp_fd, 'wb')
348 # Delegate everything else to self.tmp_file
349 return getattr(self.tmp_file, attrname)
354 self.tmp_file.close()
/external/lldb/source/Host/common/
H A DFileSpec.cpp572 FileSpec tmp_file (dir_ref.data(), false);
573 if (tmp_file.Exists())
575 m_directory = tmp_file.m_directory;
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc194 FILE* tmp_file = base::CreateAndOpenTemporaryFile(&out); local
195 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
197 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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 316 milliseconds