Searched defs:vdex_files (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/linker/
H A Dimage_test.h62 std::vector<ScratchFile> vdex_files; member in struct:art::linker::CompilationHelper
123 for (ScratchFile& vdex_file : vdex_files) {
194 vdex_files.push_back(ScratchFile(OS::CreateEmptyFile(vdex_filename.c_str())));
272 vdex_files[i].GetFile(),
299 DCHECK_EQ(vdex_files.size(), oat_files.size());
310 std::make_unique<FileOutputStream>(vdex_files[i].GetFile()));

Completed in 24 milliseconds