Searched refs:image_files (Results 1 – 2 of 2) sorted by relevance
66 std::vector<ScratchFile> image_files; member124 for (ScratchFile& image_file : image_files) { in ~CompilationHelper()139 for (ScratchFile& image_file : image_files) { in GetImageObjectSectionSizes()193 out_helper.image_files.push_back(ScratchFile(OS::CreateEmptyFile(image_filename.c_str()))); in DoCompile()408 for (ScratchFile& image_file : helper.image_files) { in TestWriteRead()
159 # Expand image_files to a list of existing image files on the disk.161 local image_files162 image_files=("$image_location_dir"/*/"$image_location_name") # avoid treating "*" as literal.165 [[ -e "${image_files[0]}" ]]