Home
last modified time | relevance | path

Searched refs:tmp_oat (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Doat_test.cc405 ScratchFile tmp_oat, tmp_vdex(tmp_oat, ".vdex"); in TEST_F() local
409 tmp_oat.GetFile(), in TEST_F()
419 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp_oat.GetFilename(), in TEST_F()
420 tmp_oat.GetFilename(), in TEST_F()
543 ScratchFile tmp_oat, tmp_vdex(tmp_oat, ".vdex"); in TEST_F() local
546 bool success = WriteElf(tmp_vdex.GetFile(), tmp_oat.GetFile(), dex_files, key_value_store, false); in TEST_F()
549 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp_oat.GetFilename(), in TEST_F()
550 tmp_oat.GetFilename(), in TEST_F()
559 static_cast<size_t>(tmp_oat.GetFile()->GetLength())); in TEST_F()