Searched refs:tmp_file (Results 1 - 2 of 2) sorted by last modified time

/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());
/art/dex2oat/
H A Ddex2oat.cc1473 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str()));
1474 if (tmp_file.get() == nullptr) {
1480 UNUSED(tmp_file->WriteFully(dex_file->Begin(), dex_file->Size()));
1481 UNUSED(tmp_file->Flush());
1482 UNUSED(tmp_file->Close());

Completed in 38 milliseconds