Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/
Dandroid-run.py81 tmp_file = open(fname, "w")
82 tmp_file.write(data)
83 tmp_file.close()
Dnacl-run.py76 tmp_file = open(fname, "w")
77 tmp_file.write(data)
78 tmp_file.close()
/external/valgrind/massif/
Dms_print.in60 my $tmp_file = "$tmp_dir/ms_print.tmp.$$";
397 open(TMPFILE, "> $tmp_file")
398 || die "Cannot open $tmp_file for writing\n";
658 open(TMPFILE, "< $tmp_file")
659 || die "Cannot open $tmp_file for reading\n";
664 unlink($tmp_file);
/external/lldb/source/Host/common/
DFileSpec.cpp572 FileSpec tmp_file (dir_ref.data(), false); in ResolveExecutableLocation() local
573 if (tmp_file.Exists()) in ResolveExecutableLocation()
575 m_directory = tmp_file.m_directory; in ResolveExecutableLocation()