Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h495 std::string tmp_file = GetTmpnam(); in FindTool() local
525 static void FindToolDumpPrintout(std::string name_predicate, std::string tmp_file) { in FindToolDumpPrintout()
/art/dex2oat/
Ddex2oat.cc2196 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str())); in SaveDexInput() local