Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc410 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TEST_F() local
413 bool success = WriteElf(tmp_vdex.GetFile(), in TEST_F()
548 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TEST_F() local
551 bool success = WriteElf(tmp_vdex.GetFile(), in TEST_F()
615 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestDexFileInput() local
620 success = WriteElf(tmp_vdex.GetFile(), in TestDexFileInput()
681 int64_t actual_vdex_size = tmp_vdex.GetFile()->GetLength(); in TestDexFileInput()
753 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestZipFileInput() local
754 success = WriteElf(tmp_vdex.GetFile(), in TestZipFileInput()
804 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestZipFileInput() local
[all …]