Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout_test.cc282 ScratchFile tmp_file; in DexFileOutputExec() local
382 ScratchFile tmp_file; in DexFileLayoutExec() local
417 ScratchFile tmp_file; in DexFileLayoutFixedPointExec() local
483 ScratchFile tmp_file; in UnreferencedCatchHandlerExec() local
/art/compiler/utils/
Dassembler_test_base.h503 std::string tmp_file = GetTmpnam(); in FindTool() local
534 const std::string& tmp_file) { in FindToolDumpPrintout()
/art/dex2oat/
Ddex2oat.cc2549 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str())); in SaveDexInput() local