Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:tmp_file_name

2147       std::string tmp_file_name(StringPrintf("/data/local/tmp/dex2oat.%d.%zd.dex",
2149 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str()));
2151 PLOG(ERROR) << "Failed to open file " << tmp_file_name
2159 LOG(INFO) << "Wrote input to " << tmp_file_name;