Lines Matching refs:ScratchFile
258 void CheckOatWriteResult(ScratchFile& oat_file, in CheckOatWriteResult()
259 ScratchFile& vdex_file, in CheckOatWriteResult()
435 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TEST_F()
555 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TEST_F()
589 std::vector<const ScratchFile*> scratch_files; in TestDexFileInput()
591 ScratchFile dex_file1; in TestDexFileInput()
608 ScratchFile dex_file2; in TestDexFileInput()
628 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestDexFileInput()
659 const ScratchFile* dex_file = scratch_files[0]; in TestDexFileInput()
665 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestDexFileInput()
712 ScratchFile zip_file; in TestZipFileInput()
715 ScratchFile dex_file1; in TestZipFileInput()
733 ScratchFile dex_file2; in TestZipFileInput()
759 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestZipFileInput()
809 ScratchFile tmp_base, tmp_oat(tmp_base, ".oat"), tmp_vdex(tmp_base, ".vdex"); in TestZipFileInput()
866 ScratchFile zip_file; in TestZipFileInputWithEmptyDex()
875 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex()