Searched refs:tmp_filename (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dclean-header-guards47 tmp_filename = filename + ".tmp"
48 File.open(tmp_filename, "w+") do |new_file|
51 File.rename tmp_filename, filename
/external/fio/tools/plot/
H A Dfio2gnuplot94 tmp_filename = "gnuplot_temp_file.%d" % pos variable
99 compare_raw.write(",\\\n'%s' using 2:3 with linespoints title '%s'" % (tmp_filename,fio_data_file[pos]))
100 compare_smooth.write(",\\\n'%s' using 2:3 smooth csplines title '%s'" % (tmp_filename,fio_data_file[pos]))
101 compare_trend.write(",\\\n'%s' using 2:3 smooth bezier title '%s'" % (tmp_filename,fio_data_file[pos]))
108 f.write("call \'%s/graph2D.gpm\' \'%s' \'%s\' \'%s\' \'%s\' \'%s\' \'%s\' \'%s\' \'%f\'\n" % (gpm_dir,title,tmp_filename,fio_data_file[pos],raw_filename,mode,smooth_filename,trend_filename,avg))
133 tmp_filename = "%sgnuplot_temp_file.%d" % (gnuplot_output_dir, pos)
134 temp_files.append(open(tmp_filename,'r'))
162 tmp_filename = "%sgnuplot_temp_file.%d" % (gnuplot_output_dir,pos)
163 temporary_files.append(tmp_filename)
164 gnuplot_file=open(tmp_filename,'
[all...]
/external/qemu/
H A Dblock.c536 char tmp_filename[PATH_MAX]; local
556 get_tmp_filename(tmp_filename, sizeof(tmp_filename));
575 ret = bdrv_create(bdrv_qcow2, tmp_filename, options);
581 filename = tmp_filename;

Completed in 409 milliseconds