HomeSort by relevance Sort by last modified time
    Searched full:vdex_files (Results 1 - 1 of 1) sorted by null

  /art/dex2oat/linker/
image_test.h 62 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 417 milliseconds