Searched refs:tmp_vdex (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 435 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TEST_F() local 438 bool success = WriteElf(tmp_vdex.GetFile(), in TEST_F() 555 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TEST_F() local 557 bool success = WriteElf(tmp_vdex.GetFile(), in TEST_F() 628 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestDexFileInput() local 631 success = WriteElf(tmp_vdex.GetFile(), in TestDexFileInput() 648 tmp_vdex, in TestDexFileInput() 668 success = WriteElf(tmp_vdex.GetFile(), in TestDexFileInput() 686 tmp_vdex, in TestDexFileInput() 760 success = WriteElf(tmp_vdex.GetFile(), in TestZipFileInput() [all …]
|