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

/art/compiler/utils/
H A Dassembler_test.h655 std::string tmp_file = GetTmpnam(); local
657 args.push_back(tmp_file);
671 std::ifstream in(tmp_file.c_str());
675 std::remove(tmp_file.c_str());
679 std::remove(tmp_file.c_str());

Completed in 50 milliseconds