Lines Matching refs:ScratchFile
65 std::vector<ScratchFile> image_locations;
67 std::vector<ScratchFile> image_files;
68 std::vector<ScratchFile> oat_files;
69 std::vector<ScratchFile> vdex_files;
123 for (ScratchFile& image_file : image_files) { in ~CompilationHelper()
126 for (ScratchFile& oat_file : oat_files) { in ~CompilationHelper()
129 for (ScratchFile& vdex_file : vdex_files) { in ~CompilationHelper()
138 for (ScratchFile& image_file : image_files) { in GetImageObjectSectionSizes()
173 ScratchFile location; in DoCompile()
179 out_helper.image_locations.push_back(ScratchFile(image_locations[i])); in DoCompile()
183 for (ScratchFile& file : out_helper.image_locations) { in DoCompile()
193 out_helper.image_files.push_back(ScratchFile(OS::CreateEmptyFile(image_filename.c_str()))); in DoCompile()
200 out_helper.oat_files.push_back(ScratchFile(OS::CreateEmptyFile(oat_filename.c_str()))); in DoCompile()
203 out_helper.vdex_files.push_back(ScratchFile(OS::CreateEmptyFile(vdex_filename.c_str()))); in DoCompile()
233 for (ScratchFile& oat_file : out_helper.oat_files) { in DoCompile()