Lines Matching refs:vdex_file
101 bool WriteElf(File* vdex_file, in WriteElf() argument
123 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf()
126 bool WriteElf(File* vdex_file, in WriteElf() argument
144 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf()
147 bool WriteElf(File* vdex_file, in WriteElf() argument
163 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf()
166 bool DoWriteElf(File* vdex_file, in DoWriteElf() argument
180 vdex_file, in DoWriteElf()
213 std::make_unique<BufferedOutputStream>(std::make_unique<FileOutputStream>(vdex_file)); in DoWriteElf()
840 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
842 success = WriteElf(vdex_file.GetFile(), in TestZipFileInputWithEmptyDex()