Searched defs:tmp_file (Results 1 - 2 of 2) sorted by relevance

/art/dexlayout/
H A Ddexlayout_test.cc283 ScratchFile tmp_file; local
284 const std::string& tmp_name = tmp_file.GetFilename();
322 ScratchFile tmp_file; local
323 std::string tmp_name = tmp_file.GetFilename();
355 ScratchFile tmp_file; local
356 std::string tmp_name = tmp_file.GetFilename();
/art/compiler/utils/
H A Dassembler_test_base.h503 std::string tmp_file = GetTmpnam(); local
505 args.push_back(tmp_file);
519 std::ifstream in(tmp_file.c_str());
523 std::remove(tmp_file.c_str());
527 std::remove(tmp_file.c_str());
534 const std::string& tmp_file) {
546 args.push_back(tmp_file);
562 std::ifstream in(tmp_file.c_str());
570 std::remove(tmp_file.c_str());
533 FindToolDumpPrintout(const std::string& name_predicate, const std::string& tmp_file) argument

Completed in 235 milliseconds